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

Method openDebugWindow

src/drivers/Qt/ConsoleWindow.cpp:3145–3161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3143}
3144
3145void consoleWin_t::openDebugWindow(void)
3146{
3147 //printf("Open GUI 6502 Debugger Window\n");
3148
3149 if ( debuggerWindowIsOpen() )
3150 {
3151 debuggerWindowSetFocus();
3152 }
3153 else
3154 {
3155 ConsoleDebugger *debugWin;
3156
3157 debugWin = new ConsoleDebugger(this);
3158
3159 debugWin->show();
3160 }
3161}
3162
3163void consoleWin_t::openHexEditor(void)
3164{

Callers 1

LoadGameFunction · 0.80

Calls 3

debuggerWindowIsOpenFunction · 0.85
debuggerWindowSetFocusFunction · 0.85
showMethod · 0.80

Tested by

no test coverage detected