Page 1 of 1

Debugger: Show the last recognized line of code

Posted: Mon Oct 04, 2010 3:13 pm
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).