Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Have you heard about the new method of visual notepad debugging? We don't even need a debugger, just a notepad. If not, here's a recipe:
Open a buggy application executable file or a DLL file you suspect in notepad.exe.
Change the font to Webdings.
Search for a bang: '!' (a bug in Webdings font).
Remove the bug and repeat the search.
Remove that bug too.
Find another bug and remove it too.
Consider "Replace All" if there are too many bugs.
Save the debugged file.
Run it - if it crashes we need to do a postmortem analysis - may be we overfixed our bugs. Or we might see a transmutation, for example, in our case the 32-bit Win32 Application2Debug.exe became an MS-DOS application silently terminating after the launch: