|
Page 7 of 10
You won't get lost again while debugging
How many times have you found yourself lost in the middle of a dozen source modules while debugging your applications? How many times you asked yourself where was that line I was looking at just a couple of seconds ago? or which line is the next one to be executed? ?
awDebugger provides two new features that will help you when you find yourself lost while debugging:
- Bookmarks work just like real-world bookmarks: you can place a bookmark at a specific module/line and then you can get back to this point later, by just double-clicking the desired bookmark in the Bookmarks Window.
- The Show Execution Point feature allows you to easily locate the line that will be executed next, in both the source code viewer and the assembler code viewer.
|