HAPDebugger

12monkeys

Prince
Joined
Nov 24, 2003
Messages
440
Location
Germany, Europe
I just started to play a bit with the HAPDebugger. It seems to be a quite usual debugger, but I have one problem : it doesn't indicate me the actual program line. Does any body know how to do that?
 
12monkeys said:
I just started to play a bit with the HAPDebugger. It seems to be a quite usual debugger, but I have one problem : it doesn't indicate me the actual program line. Does any body know how to do that?

The only way I've found to deal with this is to open up the call stack. It indicates the line number at the top of the call stack.

view/debug window/call stack
and
view/editor/line numbers

It's open source though, so if you're a strong programmer maybe it's worth fixing for real.
 
Top Bottom