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

Method debFileAutoLoadCB

src/drivers/Qt/ConsoleDebugger.cpp:2869–2879  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2867}
2868//----------------------------------------------------------------------------
2869void ConsoleDebugger::debFileAutoLoadCB( bool value )
2870{
2871 int autoLoadDebug = value;
2872
2873 g_config->setOption("SDL.AutoLoadDebugFiles", autoLoadDebug);
2874
2875 if ( autoLoadDebug && (numWPs == 0) )
2876 {
2877 loadGameDebugBreakpoints();
2878 }
2879}
2880//----------------------------------------------------------------------------
2881void ConsoleDebugger::autoStartTraceLoggerOnOpen( bool value )
2882{

Callers

nothing calls this directly

Calls 2

loadGameDebugBreakpointsFunction · 0.85
setOptionMethod · 0.80

Tested by

no test coverage detected