|
|
Browse by Tags
All Tags » Programming » Trace
-
I can't seem to get Trace to do anything. I wrote the following program:
Program MyNewProgram
Method Main()
Trace("Hello")
End Method
End Program
Running it doesn't produce any message in the Messages window. Does tracing have to be ...
|
|
|