[Lazarus] Single-stepping assembler

Martin lazarus at mfriebe.de
Sat Sep 10 19:39:06 CEST 2011


On 10/09/2011 18:14, Mark Morgan Lloyd wrote:
> Martin wrote:
>
>> Ideally compile the IDE with the following defines (will cause a lot 
>> of console/log output):  DBG_VERBOSE  DBGMI_QUEUE_DEBUG
>
> Working on it. I presume that's something like  make DBG_VERBOSE=1 
> DBGMI_QUEUE_DEBUG=1 bigide
They must be passed to fpc as -dDBG_VERBOSE  -dDBGMI_QUEUE_DEBUG


so more like make bigide OPTS="-dDBG_VERBOSE  -dDBGMI_QUEUE_DEBUG"

or maybe just OPT=


I always compile via the tools menu, so I don't know for sure




More information about the Lazarus mailing list