[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pascal Watches
(This is from preben_bohn@yahoo.com.)
Hello
I have a problem with watches in Pascal-programs. In C it works fine.
A simple example that can be run:
program test1;
var a:integer;
begin
a:=1;
writeln("a=",a);
end.
When I try 'Debug/Make Watch', the Watch windows comes out like:
a: No symbol in current context
Can anyone tell me what is wrong?
Best regards
Preben Bohn
=====
The two rules for success are:
1. Never tell them everything you know.