|
|
Browse by Tags
All Tags » Programming » Debugging
-
Kudos on the latest release! It kept my 14 year old and I amused for hours tonight just enhancing some of the sample games.
One question though... Is there a way to view the call stack when the program fails or is stopped at a break point? If not it would be a welcome enhancement.
-
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 ...
|
|
|