Skip to content

Debugging with Lazarus

Rafael Picanço edited this page Aug 24, 2017 · 2 revisions

The present page aims to centralize some issues that may occur while debugging with GDB debugger and its possible fixes.


Sometimes the GDB just keep raising issues with the message:

'External:SIGSEGV'

Possible Fix:

Lazarus Main Menu > Run > Reset Debugger

Reference: http://forum.lazarus.freepascal.org/index.php?topic=6225.msg29075#msg29075

Clone this wiki locally