MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / internal_debug

Function internal_debug

src/debug.cpp:6185–6193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6183static int debug_hpos = -1;
6184
6185static void internal_debug(void)
6186{
6187 debugging = 1;
6188 debug_vpos = -1;
6189 debug_hpos = -1;
6190 debug_cycles(2);
6191 set_special(SPCFLAG_BRK);
6192 trace_mode = TRACE_IMMEDIATE;
6193}
6194
6195static void breakfunc(uae_u32 v)
6196{

Callers 2

breakfuncFunction · 0.85
debug_exceptionFunction · 0.85

Calls 2

debug_cyclesFunction · 0.85
set_specialFunction · 0.85

Tested by

no test coverage detected