From 91d58f99ceee2f590a6eabe422d87c32c181ada3 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 5 Sep 2012 17:00:19 +0000 Subject: [PATCH] Debugger: Workaround to fix exe-line-indicators (blue dots) at debug start git-svn-id: trunk@38531 - --- debugger/gdbmidebugger.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/debugger/gdbmidebugger.pp b/debugger/gdbmidebugger.pp index 0e48172e6d..3699455b80 100644 --- a/debugger/gdbmidebugger.pp +++ b/debugger/gdbmidebugger.pp @@ -4558,6 +4558,7 @@ begin FTheDebugger.FRunErrorBreak.SetByAddr(Self); SetDebuggerState(dsInit); // triggers all breakpoints to be set. + Application.ProcessMessages; // workaround, allow source-editor to queue line info request (Async call) if FTheDebugger.FBreakAtMain <> nil then begin CanContinue := False;