Bureaucrats, cc_docs_admin, cc_staff
337
edits
Line 76: | Line 76: | ||
[[File:Pgdbg_gui_schematic.png|thumbnail|300px|PGDGB in graphical mode(click for a larger image)|left ]] | [[File:Pgdbg_gui_schematic.png|thumbnail|300px|PGDGB in graphical mode(click for a larger image)|left ]] | ||
As the illustration shows, the GUI is divided into several areas: | As the illustration shows, the GUI is divided into several areas: | ||
* | * menu bar | ||
* main toolbar | * main toolbar | ||
* source window | * source window | ||
Line 82: | Line 82: | ||
* and debug information tabs. | * and debug information tabs. | ||
=== | === Menu bar === | ||
The | The main menu bar contains these menus: File, Edit, View, Connections, Debug and Help. This section describes these menus and their contents. You can navigate the menus using the mouse or the system’s mouseless modifier. | ||
=== Main toolbar === | === Main toolbar === | ||
Line 96: | Line 94: | ||
The fourth drop-down list, labeled as File, displays the source file that contains the current target location. | The fourth drop-down list, labeled as File, displays the source file that contains the current target location. | ||
=== 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. | |||
[[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 ]] | |||
=== Program I/O Window === | === Program I/O Window === |