Red Hat Developer Day – 26 June 201248
Debug Perspective
●
Editor showing current line and breakpoints
●
Debug View controls debug flow
●
Step Over Step Into Step Return Resume Stop
●
Shows your application plus trace-back including threads
●
Shows the gdb executable
–
Clicking on gdb executable allows you to enter and see output of gdb
commands in the Console view (e.g. You can print x)
●
Variables tab shows application variables and values
●
Breakpoint tab shows list of breakpoints and status
●
Registers tab shows system registers
●
Modules tab shows dynamic libraries loaded
Komentáře k této Příručce