1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Add space before the watchpoint condition

Mere visual glitch.
This commit is contained in:
Fellippe Heitor 2021-10-02 13:00:16 -03:00
parent efd6d41ac1
commit 005697e115

View file

@ -7590,7 +7590,7 @@ SUB DebugMode
tempArrayIndexes$ = tempArrayIndexes$ + GetBytes$(value$, CVL(tempArrayIndexes$))
tempElementOffset$ = GetBytes$(value$, 4)
i = CVI(GetBytes$(value$, 2))
temp$ = usedVariableList(tempIndex&).name + GetBytes$(value$, i)
temp$ = usedVariableList(tempIndex&).name + " " + GetBytes$(value$, i)
result = idemessagebox("Watchpoint condition met", temp$, "#OK;#Clear Watchpoint")
IF result = 2 THEN
'find existing watchpoint for the same variable/index/element