mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:49:28 +02:00
+ Executing... in status line if in another window
This commit is contained in:
parent
ced51f4835
commit
c0324fdd27
@ -279,7 +279,7 @@ uses
|
|||||||
Dos,Mouse,Video,
|
Dos,Mouse,Video,
|
||||||
App,Commands,Strings,
|
App,Commands,Strings,
|
||||||
FPVars,FPUtils,FPConst,
|
FPVars,FPUtils,FPConst,
|
||||||
FPIntf,FPCompile,FPIde,
|
FPIntf,FPCompile,FPIde,FPHelp,
|
||||||
Validate,WEditor,WUtils;
|
Validate,WEditor,WUtils;
|
||||||
|
|
||||||
const
|
const
|
||||||
@ -674,15 +674,19 @@ end;
|
|||||||
|
|
||||||
procedure TDebugController.DoDebuggerScreen;
|
procedure TDebugController.DoDebuggerScreen;
|
||||||
begin
|
begin
|
||||||
if NoSwitch then exit;
|
if NoSwitch then
|
||||||
MyApp.ShowIDEScreen;
|
PopStatus
|
||||||
|
else
|
||||||
|
MyApp.ShowIDEScreen;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
procedure TDebugController.DoUserScreen;
|
procedure TDebugController.DoUserScreen;
|
||||||
begin
|
begin
|
||||||
if NoSwitch then exit;
|
if NoSwitch then
|
||||||
MyApp.ShowUserScreen;
|
PushStatus('Executable running in another window..')
|
||||||
|
else
|
||||||
|
MyApp.ShowUserScreen;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{****************************************************************************
|
{****************************************************************************
|
||||||
@ -2397,7 +2401,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.34 1999-11-10 17:19:58 pierre
|
Revision 1.35 1999-11-24 14:03:16 pierre
|
||||||
|
+ Executing... in status line if in another window
|
||||||
|
|
||||||
|
Revision 1.34 1999/11/10 17:19:58 pierre
|
||||||
+ Other window for Debuggee code
|
+ Other window for Debuggee code
|
||||||
|
|
||||||
Revision 1.33 1999/10/25 16:39:03 pierre
|
Revision 1.33 1999/10/25 16:39:03 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user