--- previous/src/debug/breakcond.c 2018/04/24 19:32:06 1.1.1.4 +++ previous/src/debug/breakcond.c 2018/04/24 19:33:55 1.1.1.5 @@ -32,6 +32,7 @@ const char BreakCond_fileid[] = "Hatari #include "symbols.h" #include "68kDisass.h" + /* set to 1 to enable parsing function tracing / debug output */ #define DEBUG 0 @@ -318,7 +319,7 @@ static int BreakCond_MatchBreakPoints(bc } if (bp->options.lock) { DebugCpu_InitSession(); - DebugDsp_InitSession(); +// DebugDsp_InitSession(); DebugInfo_ShowSessionInfo(); } if (bp->options.filename) {