mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 08:10:10 +01:00
10 lines
166 B
C++
10 lines
166 B
C++
#pragma once
|
|
|
|
namespace rx {
|
|
bool isDebuggerPresent();
|
|
void waitForDebugger();
|
|
void runDebugger();
|
|
void breakpoint();
|
|
void breakpointIfDebugging();
|
|
} // namespace rx
|