mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 19:39:29 +01:00
Debugger: Fixed execution-line, when changing units
git-svn-id: trunk@24631 -
This commit is contained in:
parent
526fcbcc5f
commit
3e9500c36b
@ -1713,6 +1713,8 @@ begin
|
||||
then exit;
|
||||
|
||||
// mark execution line
|
||||
if (Editor = nil) and (SourceEditorManager <> nil) then
|
||||
Editor := SourceEditorManager.ActiveEditor;
|
||||
if Editor <> nil
|
||||
then begin
|
||||
if not Editor.HasExecutionMarks then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user