mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
Debugger: add new command: 'bpv <vpos,[len]>'
. break on video-scanner's vpos matching . NB. auto disable when hit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user