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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<NonUserCode xmlns="http://schemas.microsoft.com/vstudio/debugger/jmc/2013">
<File Name="*\jtl\*" />
<File Name="*\tl\*" />
</NonUserCode>
+1 -1
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<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>