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

Function UpdateOtherDebuggingDialogs

src/drivers/win/debugger.cpp:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141#define MAX_CONDITION_SIZE 200
142
143void UpdateOtherDebuggingDialogs()
144{
145 //adelikat: This updates all the other dialogs such as ppu, nametable, logger, etc in one function, should be applied to all the step type buttons
146 NTViewDoBlit(0); //Nametable Viewer
147 UpdateLogWindow(); //Trace Logger
148 UpdateCDLogger(); //Code/Data Logger
149 PPUViewDoBlit(); //PPU Viewer
150}
151
152#define DISASM_DEFAULT_WIDTH (debuggerIDAFont ? 540 : 470)
153

Callers 2

FCEUD_DebugBreakpointFunction · 0.85
DebuggerCallBFunction · 0.85

Calls 4

NTViewDoBlitFunction · 0.85
UpdateLogWindowFunction · 0.85
UpdateCDLoggerFunction · 0.85
PPUViewDoBlitFunction · 0.85

Tested by

no test coverage detected