Debugger: add new command: 'bpv <vpos,[len]>'

. break on video-scanner's vpos matching
. NB. auto disable when hit
This commit is contained in:
tomcw
2022-10-08 19:17:47 +01:00
parent e6cdd5a2c9
commit 8e2ee62d37
7 changed files with 102 additions and 18 deletions
+1 -1
View File
@@ -2767,7 +2767,7 @@ void DrawWatches (int line)
#if DEBUG_FORCE_DISPLAY // Watch
if (true)
#else
if (g_aWatches[iWatch].bEnabled && g_aWatches[iWatch].eSource == BP_SRC_MEMORY)
if (g_aWatches[iWatch].bEnabled && g_aWatches[iWatch].eSource == BP_SRC_MEM_RW)
#endif
{
RECT rect2 = rect;