From 7f3f6161372d42aa65189602a2a2bde5041c7574 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Tue, 31 Oct 2023 16:50:57 +0100 Subject: [PATCH] STYLE: Fix XML namespace of natstepfilter file (Visual Studio Debugger) According to Learn / Visual Studio / Debugging, section "Customize C++ stepping behavior independent of Just My Code settings" (https://learn.microsoft.com/en-us/visualstudio/debugger/just-my-code?view=vs-2022#BKMK_CPP_Customize_stepping_behavior) the name of the XML namespace specified by the `xmlns` attribute in a natstepfilter file starts with "http:" (not "https:"). While "https:" might work in this particular case, it appears preferable to use the officially documented XML namespace name. Reverts the change of this particular file from pull request https://github.com/InsightSoftwareConsortium/ITK/pull/3428 commit 9cd0f2053f0cf181ec4412bf896301faf0cc2092 "ENH: Use https instead of http when https works", May 18, 2022. --- Utilities/Debugger/default.natstepfilter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Debugger/default.natstepfilter b/Utilities/Debugger/default.natstepfilter index 68fd6919ad9..11ebb030479 100644 --- a/Utilities/Debugger/default.natstepfilter +++ b/Utilities/Debugger/default.natstepfilter @@ -1,6 +1,6 @@ - + __security_check_cookieNoStepInto __abi_winrt_.*NoStepInto _ObjectStublessClient.*NoStepInto