Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51cf1887cd | |||
| 7539eed0b0 | |||
| 932e770687 |
@@ -0,0 +1,7 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef _DEBUG
|
||||||
|
#define TL_ONLY_IN_DEBUG(...) __VA_ARGS__
|
||||||
|
#else
|
||||||
|
#define TL_ONLY_IN_DEBUG(...)
|
||||||
|
#endif
|
||||||
+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