Discussion:
[Bug cli/23540] New: skip through uninteresting code but back to my code
tromey at sourceware dot org
2018-08-16 23:52:42 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23540

Bug ID: 23540
Summary: skip through uninteresting code but back to my code
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: cli
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---

I saw an announcement about a new MS debugger feature,
"Just My Code Stepping". The idea is that if you
step into std::function (or anything else that calls
a callback), you could have something like a "skip"
that ignores the library code but still steps into your code.
https://blogs.msdn.microsoft.com/vcblog/2018/06/29/announcing-jmc-stepping-in-visual-studio/

This seems like a useful feature.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...