mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-25 01:10:07 +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;
|
then exit;
|
||||||
|
|
||||||
// mark execution line
|
// mark execution line
|
||||||
|
if (Editor = nil) and (SourceEditorManager <> nil) then
|
||||||
|
Editor := SourceEditorManager.ActiveEditor;
|
||||||
if Editor <> nil
|
if Editor <> nil
|
||||||
then begin
|
then begin
|
||||||
if not Editor.HasExecutionMarks then
|
if not Editor.HasExecutionMarks then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user