Difference between revisions of "GDB"

From Free Pascal wiki
Jump to navigationJump to search
m (OSX -> macOS)
Line 14: Line 14:
 
* [[IDE Window: Debug Output]]
 
* [[IDE Window: Debug Output]]
 
* [[IDE Window: Debugger Options]]
 
* [[IDE Window: Debugger Options]]
 +
* [[IDE Window: Breakpoints]]
  
 
== External Links ==
 
== External Links ==

Revision as of 13:29, 27 July 2020

archer.jpg

GDB, abbreviated for GNU debugger and named gdb as an executable file, is the standard debugger for the GNU operating system and most other platforms including Linux, BSD, macOS and Windows. Lazarus uses GDB as default debugger.

GDB is not a part of Lazarus. Unless you are using Windows or certain versions of macOS with Xcode, you have to install it yourself before using it. Earlier versions of Xcode come with bundled GDB. After installation it will be necessary to set the path to gdb (for example /usr/bin/gdb) in Lazarus' debugger settings.

See also

External Links