Bureaucrats, cc_docs_admin, cc_staff
337
edits
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
== Command-line mode == | == Command-line mode == | ||
<br><br>'''Analysis''': | |||
Once your code is compiled with the proper options, you execute it: | |||
{{Command|pgdbg program arg1 arg2}} | |||
== Graphical mode == | |||
The debugger's default user interface is a graphical user interface or GUI. | |||
If you have set the X11 forwarding then the pgdbg will start in the graphical mode in a pop-up window. If you don't have X11 forwarding, you can run pgdbg in a text mode by adding an extra option "-text" : | If you have set the X11 forwarding then the pgdbg will start in the graphical mode in a pop-up window. If you don't have X11 forwarding, you can run pgdbg in a text mode by adding an extra option "-text" : |