Fix TL step filter and just my code #5

Merged
jeanlemotan merged 2 commits from javier.martin/fix_step_filter into main 2024-07-08 10:03:27 +02:00
Showing only changes of commit 7539eed0b0 - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<StepFilter xmlns="http://schemas.microsoft.com/vstudio/debugger/natstepfilter/2010"> <StepFilter xmlns="http://schemas.microsoft.com/vstudio/debugger/natstepfilter/2010">
<Function><Name>jtl::.*</Name><Action>NoStepInto</Action></Function> <Function><Name>tl::.*</Name><Action>NoStepInto</Action></Function>
</StepFilter> </StepFilter>