[Lazarus] debug hints in lazarus [Re: [fpc-devel] Status and ideas about debug info (stabs, dwarf / dwar3)]

Vincent Snijders vincent.snijders at gmail.com
Tue Sep 13 17:10:11 CEST 2011


An rtl with debug info has advantages such as visibility of global variables.

The disadvantage is that step into also steps into compiler helpers,
like increasing the reference count of an ansistring or setting up an
exception frame. That is the reason, I distribute the RTL for win32
now without debug info,

Is it possible to include debug info for the variables, but not debug
info for stepping into these compiler helpers?

Vincent




More information about the Lazarus mailing list