Debugger: Show the last recognized line of code

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Debugger: Show the last recognized line of code

Post by DarkDragon »

Hello,

I'm currently developing a directshow filter in c++ and I'm using it in PureBasic. It works very well so far, but at the end it hangs somewhere and I can't tell the debugger to tell me which line was the last one recognized by the debugger because it hangs inside the filter somewhere. So it would be nice if the debugger could show the last recognized line inside the IDE to find out which function of the filter is the hanging one (maybe highlighted with another backgroundcolor or such).
bye,
Daniel