Tools: Debugging Native and Java Code with WDB
Page 67
Tools for
Debugging
© 2001 Hewlett-Packard Company
gdb
Set a Breakpoint in Compiled Code
• Can also go to the frame to set the breakpoint
• Navigate to the correct thread and frame
• Set the breakpoint
• We will cover the detailed steps subsequently
• Subsequent steps:
• Continue after setting the breakpoint
• Examination of instructions using x command