Skip to content

Commit

Permalink
lllll
Browse files Browse the repository at this point in the history
  • Loading branch information
CCIGAMES committed Mar 2, 2024
1 parent 6338c84 commit edae114
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
copy Oxygen.natstepfilter "%USERPROFILE%\Documents\Visual Studio 2019\Visualizers"
@timeout 3
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<StepFilter xmlns="http://schemas.microsoft.com/vstudio/debugger/natstepfilter/2010">

<!-- To be placed in "%USERPROFILE%\Documents\Visual Studio 2019\Visualizers" -->

<!-- librmx -->
<Function><Name>Singleton&lt;.*&gt;::instance</Name><Action>NoStepInto</Action></Function>
<Function><Name>SingletonPtr&lt;.*&gt;</Name><Action>NoStepInto</Action></Function>
<Function><Name>Vec2&lt;.*&gt;::.*</Name><Action>NoStepInto</Action></Function>
<Function><Name>TRect&lt;.*&gt;::.*</Name><Action>NoStepInto</Action></Function>

</StepFilter>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit edae114

Please sign in to comment.