technochakra.com

Wheels Of Technology

Entries for July, 2009

Assembly And The Art Of Debugging

Debugging in assembly is not an optional skill to have. Every developer encounters a situation where there is no other alternative other than cracking open the assembly code. Here are a few reasons why a developer should get their hands dirty with this skill -

Comments (1)

Cross-platform Debugging Cheat Sheet

If you work on multiple platforms and use different debuggers, you are expected to know the debugger’s user interfaces well enough.  At times this gets confusing especially if you have one primary  platform and you work on other platforms rather infrequently.   I have compiled a list of my favorite features in a debugger and [...]

Comments (1)