----------------------------------------------------------------------------
| 2867 | } |
| 2868 | //---------------------------------------------------------------------------- |
| 2869 | void 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 | //---------------------------------------------------------------------------- |
| 2881 | void ConsoleDebugger::autoStartTraceLoggerOnOpen( bool value ) |
| 2882 | { |
nothing calls this directly
no test coverage detected