Accessing debugger information

BlitzMax Forums/BlitzMax Programming/Accessing debugger information

Robert(Posted 2005) [#1]
Does anyone know how to get debugging information when the program is running (ie. line number & source file)?

I have had a look at the assembler output when the program runs in debug mode and noted that there is a call to __bb_OnDebugEnterStm (if I remember the name correctly) at the start of the ASM output for each line of code, but having a look at the source code it appears to call an empty C function which doesn't contain any code ( debugNop() ). Is this because debug info hasn't been implemented yet or do I need to look elsewhere for this information.


fredborg(Posted 2005) [#2]
It's not in yet. At least not on PC.