mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:16:16 +02:00
GDBMIDebugger: Watch with empty expression should not stop queue execution (stall further watches, ...)
git-svn-id: trunk@63648 -
This commit is contained in:
parent
9c3ca74089
commit
16b3c7f07b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user