Provide natstepfilter and/or natjmc files for debugging with Visual Studio #50005
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-windows
Operating system: Windows
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Visual Studio has support for specifying functions to step over unconditionally, or to step over if debugging "just my code". See the documentation here.
I'm investigating if these files can be embedded in the pdb (like a natvis file with the
/NATVIS
linker flag) - but I think it would still be useful to simply include two files with themsvc
rust compilers:rust.natjmc
- This file could probably exclude everything instd::*
.rust.natstepfilter
- This file would have entries to exclude common helper functions or trait implementations that you typically never want to step through.The text was updated successfully, but these errors were encountered: