MCPcopy Create free account
hub / github.com/TASEmulators/fceux / LaunchDebugger

Function LaunchDebugger

src/input.cpp:1162–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160}
1161
1162static void LaunchDebugger(void)
1163{
1164#ifdef __WIN_DRIVER__
1165 DoDebug(0);
1166#endif
1167}
1168
1169static void LaunchNTView(void)
1170{

Callers

nothing calls this directly

Calls 1

DoDebugFunction · 0.85

Tested by

no test coverage detected