Edited files will not remain locked anymore after the debugger stops.

[DEVELOPMENT ENVIRONMENT]
* BUG: Edited files will not remain locked anymore after the debugger stops.
This commit is contained in:
Benoît Minisini 2023-03-11 09:52:49 +01:00
parent 2a8e061374
commit c43e3f8d53

View file

@ -642,8 +642,8 @@ Private Sub AfterStop()
$hBrowser = Null $hBrowser = Null
Endif Endif
For Each hForm In Project.Workspace.Windows For Each hForm In Project.Files
Try hForm.OnProjectDebug Try hForm.OnProjectDebug()
Next Next
FMain.OnProjectDebug FMain.OnProjectDebug
@ -1103,8 +1103,8 @@ Private Sub Start(sCmd As String)
$bStart = True $bStart = True
Project.Running = True Project.Running = True
For Each hForm In Project.Workspace.Windows For Each hForm In Project.Files
Try hForm.OnProjectDebug Try hForm.OnProjectDebug()
Next Next
FOutput.OnProjectDebug FOutput.OnProjectDebug
FMain.OnProjectDebug FMain.OnProjectDebug