GDBMIDebugger: Watch with empty expression should not stop queue execution (stall further watches, ...)

git-svn-id: trunk@63648 -
This commit is contained in:
martin 2020-07-24 22:39:04 +00:00
parent 9c3ca74089
commit 16b3c7f07b

View File

@ -14471,7 +14471,7 @@ begin
S := StripExprNewlines(FExpression);
if S = '' then Exit(false);
if S = '' then Exit(True);
{$IFDEF DBG_WITH_GDB_WATCHES}
(* This code is experimental. No support will be provided.