6 comments

[ 1.5 ms ] story [ 31.9 ms ] thread
There are already options for this, you check the 'just my code' box and then it doesn't work.

Are they announcing getting a feature to finally work as a new feature?

While that worked great to avoid the bowels of win32 functions, it didn't work for a lot of STL library calls which are very obtuse.
Nice I'd really like to have something equivalent in gdb, I'm really bored of stepping in shared pointer's code
with gdb 7.12 or later, you can exclude files matching a glob with "skip -gfile", e.g. "skip -gfile /usr/*".
Thanks a lot for the tip!
How would one implement this in a javascript debugger?