Bureaucrats, cc_docs_admin, cc_staff
337
edits
Line 84: | Line 84: | ||
* and debug information tabs. | * and debug information tabs. | ||
The source window and all of the debug information tabs are dockable tabs, meaning that they can be taken apart from the main window. This can be done by double-clicking the tab. | === Source window === | ||
The source window (shown on the figure below) and all of the debug information tabs are dockable tabs, meaning that they can be taken apart from the main window. This can be done by double-clicking the tab. The source window shows the source code for the current session. | |||
The source window | |||
[[File:Pgdbg-source-win.png|thumbnail|300px|The source window contains a number of visual aids that allow you to know more about the execution of your code.(click for a larger image)|left ]] | [[File:Pgdbg-source-win.png|thumbnail|300px|The source window contains a number of visual aids that allow you to know more about the execution of your code.(click for a larger image)|left ]] | ||
The debugger's main toolbar contains several buttons and four drop-down lists. | === Main toolbar === | ||
The debugger's main toolbar contains several buttons and four drop-down lists. The first drop-down list displays the current process or current thread. The list’s label changes depending on whether processes or threads are described. When more than one process or thread is available, use this drop-down list to specify which process or thread should be the current one. | |||