mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:39:14 +02:00
MG: renamed main Project to Project1
git-svn-id: trunk@1551 -
This commit is contained in:
parent
c476b4dddd
commit
1ac990f79a
@ -182,7 +182,7 @@ end;
|
|||||||
procedure TMainIDE.OnDebuggerException(Sender: TObject; const AExceptionID: Integer; const AExceptionText: String);
|
procedure TMainIDE.OnDebuggerException(Sender: TObject; const AExceptionID: Integer; const AExceptionText: String);
|
||||||
begin
|
begin
|
||||||
MessageDlg('Error',
|
MessageDlg('Error',
|
||||||
Format('Project %s raised exception class %d with message ''%s''.', [Project.Title, AExceptionID, AExceptionText]),
|
Format('Project %s raised exception class %d with message ''%s''.', [Project1.Title, AExceptionID, AExceptionText]),
|
||||||
mtError,[mbOk],0);
|
mtError,[mbOk],0);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -323,7 +323,7 @@ begin
|
|||||||
WriteLN('[TMainIDE.DoInitDebugger] A');
|
WriteLN('[TMainIDE.DoInitDebugger] A');
|
||||||
|
|
||||||
Result:=mrCancel;
|
Result:=mrCancel;
|
||||||
if Project.MainUnit < 0 then Exit;
|
if Project1.MainUnit < 0 then Exit;
|
||||||
|
|
||||||
OldBreakpoints := nil;
|
OldBreakpoints := nil;
|
||||||
|
|
||||||
|
463
ide/main.pp
463
ide/main.pp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user