mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
util: add debug utility
This commit is contained in:
parent
84026f1333
commit
2d407fbf33
3 changed files with 111 additions and 0 deletions
9
rx/include/rx/debug.hpp
Normal file
9
rx/include/rx/debug.hpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
namespace rx {
|
||||
bool isDebuggerPresent();
|
||||
void waitForDebugger();
|
||||
void runDebugger();
|
||||
void breakpoint();
|
||||
void breakpointIfDebugging();
|
||||
} // namespace rx
|
||||
Loading…
Add table
Add a link
Reference in a new issue