Search This Blog

Showing posts with label debugging. Show all posts
Showing posts with label debugging. Show all posts

Your Kernel just crashed or one of your drive is not working!! What do you do? Well, this article gives an introduction to some kernel debugging tools for Linux. These tools makes the kernel internals more transparent. These tools help you to trace the kernel execution process and examine its memory and data structures.
Read more...

'ARM9 Linux Support' offers comfortable user interface for simultaneous ARM Linux kernel and application debugging.
'Read more...
Blogged with the Flock Browser

SitePen Blog » Advanced JavaScript Debugging Techniques, The purpose of this article is to provide a list of advanced debugging techniques that are not easily found elsewhere on the web. A nice article for Web developers.

Blogged with the Flock Browser

Python has a debugger, which is available as a module called pdb (for "Python DeBugger", naturally!). Unfortunately, most discussions of pdb are not very useful to a Python newbie -- most are very terse and simply rehash the description of pdb in the Python library reference manual. The discussion that I have found most accessible is in the first four pages of Chapter 27 of the Python 2.1 Bible.
Debugging in Python
Blogged with the Flock Browser