Skip to content

Commit 0b952e7

Browse files
committed
STYLE: Disable stepping into STL functions in Visual Studio 2022 v17.6+
This is usually bothersome. It is only useful in rare occasions, such as adding extensions to std:: namespace, e.g. a custom type comparator for sorting.
1 parent 0f59eea commit 0b952e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Utilities/Debugger/ITK.natstepfilter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<Function><Name>itk::Object::Register</Name><Action>NoStepInto</Action></Function>
66
<Function><Name>vtkSmartPointer.*</Name><Action>NoStepInto</Action></Function>
77
<!-- We can also disable stepping into STL functions by uncommeting the next line: -->
8-
<!-- <Function><Name>std::.+</Name><Action>NoStepInto</Action></Function> -->
8+
<Function><Name>std::.+</Name><Action>NoStepInto</Action></Function>
99
</StepFilter>

0 commit comments

Comments
 (0)