mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* avoid problems for ClassVariable in Watches window
This commit is contained in:
parent
71f258d1c3
commit
b437096263
@ -607,6 +607,7 @@ begin
|
||||
{$ifndef GABOR}
|
||||
switch_to_user:=true;
|
||||
{$endif}
|
||||
Command('set print object off');
|
||||
end;
|
||||
|
||||
procedure TDebugController.SetExe(const exefn:string);
|
||||
@ -4065,7 +4066,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.16 2002-04-11 06:41:13 pierre
|
||||
Revision 1.17 2002-04-17 11:11:54 pierre
|
||||
* avoid problems for ClassVariable in Watches window
|
||||
|
||||
Revision 1.16 2002/04/11 06:41:13 pierre
|
||||
* fix problem of TWatchesListBox with fvision
|
||||
|
||||
Revision 1.15 2002/04/03 06:18:30 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user