Fix TL step filter and just my code #5
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<NonUserCode xmlns="http://schemas.microsoft.com/vstudio/debugger/jmc/2013">
|
<NonUserCode xmlns="http://schemas.microsoft.com/vstudio/debugger/jmc/2013">
|
||||||
<File Name="*\jtl\*" />
|
<File Name="*\tl\*" />
|
||||||
</NonUserCode>
|
</NonUserCode>
|
||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user