Announcing C++ Just My Code Stepping in Visual Studio (blogs.msdn.microsoft.com) 12 points by ingve 8y ago ↗ HN
[–] CyberDildonics 8y ago ↗ 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? [–] slededit 8y ago ↗ 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.
[–] slededit 8y ago ↗ 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.
[–] renox 8y ago ↗ Nice I'd really like to have something equivalent in gdb, I'm really bored of stepping in shared pointer's code [–] orivej 8y ago ↗ with gdb 7.12 or later, you can exclude files matching a glob with "skip -gfile", e.g. "skip -gfile /usr/*". [–] renox 8y ago ↗ Thanks a lot for the tip!
[–] orivej 8y ago ↗ with gdb 7.12 or later, you can exclude files matching a glob with "skip -gfile", e.g. "skip -gfile /usr/*". [–] renox 8y ago ↗ Thanks a lot for the tip!
6 comments
[ 1.5 ms ] story [ 31.9 ms ] threadAre they announcing getting a feature to finally work as a new feature?