Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCS3/rpcs3
/ is_debugger_present
Function
is_debugger_present
Utilities/Thread.cpp:189–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
#endif
188
189
bool is_debugger_present()
190
{
191
if (g_cfg.core.external_debugger)
192
return true;
193
return IsDebuggerPresent();
194
}
195
196
#if defined(ARCH_X64)
197
enum x64_reg_t : u32
Callers
1
ppu_ret
Method · 0.85
Calls
1
IsDebuggerPresent
Function · 0.85
Tested by
no test coverage detected