Skip to content

Commit

Permalink
feat(debugger): use hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Jun 9, 2024
1 parent 34627d5 commit f583db7
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 213 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In order to use python tools, you need to install dependencies in `requirements.

### [Debugger](./tools/debugger)

C++ debugging macro, requires `-DSTARCEA` flag.
C++ debugging macro, requires `-DSTARCEA` flag. (to avoid using inexistent things, do not define `STARCEA` in intellisense)

For usage or output example, run [test.cpp](./tools/debugger/test.cpp).

Expand Down
211 changes: 0 additions & 211 deletions tools/debugger/debug.h

This file was deleted.

Loading

0 comments on commit f583db7

Please sign in to comment.