View allAll Photos Tagged debuging

Firebug 使用心得

 

圖示取自 Firebug 官網 getfirebug.com/

 

完整心得文在 Pixnet

infuture.pixnet.net/blog/post/27697545/

Firebug 1.5: Editing, Debugging, and Monitoring Web Pages

The MPLAB® ICD 3 with Explorer 16 Kit is a complete set of tools for application development using Microchip® PIC24F, PIC24H, and dsPIC33 16-bit MCUs. It also includes a 9V universal power supply for the Explorer 16 Development Board, a PIC24FJ128GA010 and a dsPIC33F256GP710 device (mounted on plug-in modules for quick replacement).

 

Also included with the kit is Microchip’s MPLAB Integrated Development Environment (IDE), MPLAB C Compiler for 16-bit devices Lite Edition, tutorials and user manuals on CDROM. The complete kit introduces the developer to Microchip's family of 16-bit microcontrollers with all the tools for writing code in C, hardware debugging the application, and programming devices.

 

store.digilentinc.com/dv164037-mplab-icd-3-with-explorer-...

This is actually a composite capture of Flashback running on Drakonite's TV in debug mode. You can download it at www.megidish.net/flashback/

 

Thanks Drak.

The installer gives the option to install either debug or optimized system files. Installing the optimized files replaces these with non-debug versions.

The MPLAB® ICD 3 with Explorer 16 Kit is a complete set of tools for application development using Microchip® PIC24F, PIC24H, and dsPIC33 16-bit MCUs. It also includes a 9V universal power supply for the Explorer 16 Development Board, a PIC24FJ128GA010 and a dsPIC33F256GP710 device (mounted on plug-in modules for quick replacement).

 

Also included with the kit is Microchip’s MPLAB Integrated Development Environment (IDE), MPLAB C Compiler for 16-bit devices Lite Edition, tutorials and user manuals on CDROM. The complete kit introduces the developer to Microchip's family of 16-bit microcontrollers with all the tools for writing code in C, hardware debugging the application, and programming devices.

 

store.digilentinc.com/dv164037-mplab-icd-3-with-explorer-...

working on something, I needed to quickly see if my code was behaving as expected. Of course, it wasn't easy to see...so I gave myself a bold visual debug output: RED. Surprisingly, I really like the aesthetics of it. Who knew debugging could be so visually striking?

  

---------------------------------------------------------------------------

More of my artwork can be found in my online portfolio

kristinhenry.dunked.com/

and some prints are available

www.etsy.com/shop/ArtAtomic

NeoStats running on my laptop. Always runs in Debug Mode on Windows, no way to stop it. IDK why

All sizes | Alhambra Chinese-Lunar New Year festival 2012-52.jpg | Flickr - Photo Sharing!

 

var farm_timing = {}; farm_timing.page_start = new Date().getTime();

 

F = window.F || {};

 

(function(F){var TIMEOUT=10000;var pollers={},pollerCount=0,cachedEls={},testDiv=document.createElement('div'),support={nativeTrim:typeof String.prototype.trim==='function',classList:'classList'in testDiv};F.util={clone:function(o){if(o===null||typeof o!=='object'){return o;} var c=new o.constructor();for(var k in o){c[k]=F.util.clone(o[k]);} return c;},trim:function(str){if(support.nativeTrim){return str.trim();} else{return str.replace(/^\s+|\s+$/g,'');}},getElementById:function(id){if(!cachedEls[id]){cachedEls[id]=document.getElementById(id);} return cachedEls[id];},hasClass:function(el,className){if(!el){return false;} if(support.classList){return el.classList.contains(className);} else{var re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');return re.test(el.className);}},addClass:function(el,className){if(!el){return;} if(support.classList){el.classList.add(className);} else if(!F.util.hasClass(el,className)){el.className=F.util.trim([el.className,className].join(' '));}},removeClass:function(el,className){if(support.classList){el.classList.remove(className);} else if(className&&F.util.hasClass(el,className)){el.className=F.util.trim(el.className.replace(new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)'),' '));if(F.util.hasClass(el,className)){F.util.removeClass(el,className);}}},whenElementExists:function(id,callback,interval){var iterations=0,pollerId=id+pollerCount++;interval=interval||10;var checkElementAndCallback=function(){var el=(id==='body')?document.body:F.util.getElementById(id);if(el){clearInterval(pollers[pollerId]);callback(el);return true;} else if(++iterations*interval>=TIMEOUT){clearInterval(pollers[pollerId]);return false;}};if(!checkElementAndCallback()){pollers[pollerId]=setInterval(checkElementAndCallback,interval);}},addListener:function(el,type,fn,capture){if(el.addEventListener){el.addEventListener(type,fn,capture);} else if(el.attachEvent){el.attachEvent('on'+type,fn);}},setCookie:function(name,value,days,path){var date,expires='',path=path||'/';if(days){date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));expires='; expires='+date.toGMTString();} document.cookie=name+'='+value+expires+'; path='+path;},getCookie:function(name){var i,cookies=' '+document.cookie+';';name=' '+name+'=';if((i=cookies.indexOf(name))>=0){i+=name.length;cookies=cookies.substring(i,cookies.indexOf(';',i));return cookies;}},removeCookie:function(name){return F.util.setCookie(name,'',0);}};testDiv=null;}(F));

 

(function(wipe_msg, root_url, bust_image_search, is_debug) {

 

var w=window,d=document,top_loc=top.location,self_loc=self.location,referrer=d.referrer,flickr_regex=/^[A-Za-z]+:\/{2,3}(?:[0-9\-A-Za-z]+\.)*flickr\.(?:(?:com)|(?:net))(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,self_is_offline=(self_loc.protocol&&self_loc.protocol.indexOf('http')0){should_wipe=true;}else if(!referrer_is_flickr&&get_frame_depth()>1){should_wipe=true;} if(is_debug){debug({self_is_flickr:self_is_flickr,top_loc:top_loc,self_loc:self_loc,referrer:referrer,self_is_offline:self_is_offline,self_is_flickr:self_is_flickr,self_url:self_url,photo_page_re_result:photo_page_re_result,photo_id:photo_id,referrer_is_flickr:referrer_is_flickr,referrer_is_whitelisted:referrer_is_whitelisted,referrer_is_image_search:referrer_is_image_search,self_is_whitelisted:self_whitelist_regex.test(self_loc),frame_depth:get_frame_depth(),faq_url:faq_url,redir_url:redir_url,should_bust:should_bust,should_wipe:should_wipe,base:base});}else{if(should_bust){setTimeout(function(){w.onbeforeunload=w.onunload=null;redirect();},1000);setTimeout(wipe,2000);redirect();}else if(should_wipe){wipe();}else if(referrer_is_whitelisted&&!referrer_is_flickr){base=document.createElement('base');base.target='_top';document.getElementsByTagName('head')[0].appendChild(base);}}

 

}('We\'re sorry, Flickr doesn\'t allow embedding within frames.If you\'d like to view this content, please click here.', 'http://www.flickr.com', true, false));

 

(function(F){var el,w,d,n,ua,ae,is_away_from_tab,de,disabled=false,assigned_events=false;w=window;d=w.document;n=w.navigator;ua=n&&n.userAgent;var supportsActiveElt=false;if('activeElement'in document){supportsActiveElt=true;} function doF(e,me){if(is_away_from_tab&&e.target===w){is_away_from_tab=false;}else{el=e.target||me;}} function doB(e){if(el!==w&&e.target===w){is_away_from_tab=true;}else{el=undefined;}} function get(){var nt,in_doc;if(supportsActiveElt){el=document.activeElement;}else if(el&&(nt=el.nodeType)){if(d.contains){if((ua&&ua.match(/Opera[\s\/]([^\s]*)/))||nt===1){in_doc=d.contains(el);}else{while(el){if(d===el){in_doc=true;} el=el.parentNode;}}}else if(d.compareDocumentPosition){if(d===el||!!(d.compareDocumentPosition(el)&16)){in_doc=true;}}else{var myEl=el;while(myEl){if(d===myEl){in_doc=true;} myEl=myEl.parentNode;}}} return in_doc?el:undefined;} function isInput(){var n=get(),nn;if(!n){return false;} nn=n.nodeName.toLowerCase();return(nn==='input'||nn==='textarea');} function instrumentInputs(){if(!assigned_events){var i,me,inputs=document.getElementsByTagName('input'),tas=document.getElementsByTagName('textarea'),nInputs=inputs.length,nTextAreas=tas.length;if(nInputs||nTextAreas){for(i=0;i

After hours of debugging, culminating in finding an invisible solder bridge on the avr chip, we finally reached extrusion on our first extruder. The second one is being built as we speak.

 

Debugging CAN bus signals via an oscilloscope.

The new boards will have to fit in a very tight space and are shaped a bit weird so many signals run an awful long way before reaching their targets. That combined with the fact that the board is literally soldered to the back of a noisy DC motor and has capacitive touch capability AND has a BLE radio on it is all just the perfect recipe for disaster. Debugging all this mess is going to take a while. Anybody want to help?

Pictures were taken at the opening of our One Year Anniversary Exhibition on Friday 19 2008. Thanks to our contributing artists:

 

Jiar

Debug-Visuals

Carsten Estermann

Der Herr Und Sein Knecht

Matina Spaett

Stefan Golz

Tenten

Ridge

Marco Zumbé

 

Please check out the Glanzkinder Container at:

 

ART.FAIR 21

Friday, 3rd October until Sunday, 5th October 2008

Friday/Saturday 1 pm - 9 pm, Sunday 11 am - 7 pm

EXPO XXI, Gladbacher Wall 5, Cologne

 

www.glanzkinder.com/glanzkinder_gal.html

www.myspace.com/glanzkinder

  

2 Likes on Instagram

 

3 Comments on Instagram:

 

tulang: Ace of empire ker

 

suzannajuwita: @aktaangkasa ehtaklaaa.. warcraft jeeerr.. hmph.

 

tulang: Worms game!!!

  

Our Reno office opened September of 2005 and is located at 5013 S. McCarran in the Smithridge Plaza.

775.826.3630

Visit us on the web www.debugcomputer.net

 

Mounted a different rack, shifters, and tires all in an attempt to figure out why this bike shimmies. Still no idea!

The debug station set and ready to go. Not in the frame is the coffee machine. It's getting used for this big time. ;)

Changed memory values are now highlighted when stepping the debugger.

harry is debugging something... or is something bugging him? ;-)

In the thick of network shenanigans...

Debug is just a informal, audio meeting display offering the very best builders available concerning the incredible applications they create and just why and just how they make sure they are. With this occurrence Brianna Wu and Amanda Warner of Large Spacekat join Man and Rene to speak...

 

mobiapps.club/debug-44-brianna-wu-amanda-warner-and-revol...

Testing & debugging Art-Net/DMX setup for this facade until 5am. More info soon.

Pictures were taken at the opening of our One Year Anniversary Exhibition on Friday 19 2008. Thanks to our contributing artists:

 

Jiar

Debug-Visuals

Carsten Estermann

Der Herr Und Sein Knecht

Matina Spaett

Stefan Golz

Tenten

Ridge

Marco Zumbé

 

Please check out the Glanzkinder Container at:

 

ART.FAIR 21

Friday, 3rd October until Sunday, 5th October 2008

Friday/Saturday 1 pm - 9 pm, Sunday 11 am - 7 pm

EXPO XXI, Gladbacher Wall 5, Cologne

 

www.glanzkinder.com/glanzkinder_gal.html

www.myspace.com/glanzkinder

A real-time watch patch for dosbox

Huh, even the Wynn is susceptible to Windows errors

An old(ish) Mehano light Pacific that doesn't go, so we tore it apart to rotate the mechanism by hand.

Some geeky buttons on display at the Computer History Museum.

For connecting a chipKIT™ board to the Microchip® PICkit™ 3 debugger/programmer. Includes a 6" 6-pin cable, a 6-pin gender changer, and a 6-pin right angle male header.

 

store.digilentinc.com/pickit-3-programming-cable-kit/

Spent some time yesterday helping Eddie debug the ignition on the

1966 Datsun 1600 roadster. He's been rebuilding this cutey from the ground

up. Should be ready to fire it up very soon!

Speaker: Marina Martin

 

Talk: Debugging the Bureaucracy

 

Speaker: Robin Carnahan

 

Talk: Beyond the Beltway: Transformation in the (Digital) Laboratories of Democracy

 

Event: Personal Democracy Forum 2016

 

2016 Theme: The Tech We Need

 

Venue: Skirball Center for the Performing Arts, NYU

  

1 2 ••• 45 46 48 50 51 ••• 79 80