Hello,
I'm a newer dev, so forgive me if this is obvious but I can't seem to get the debugger to work for me. I'm having trouble getting my app to initially load. Whenever I upload it, nothing happens. I've run the Examples and they work fine. They even output to the debugger.
Whenever I upload mine, I get nothing from the debugger. I even tried a really simple Program:
Function Main()
print "Begin"
stop
End Function
That should just echo "Begin" into the debugger and quit, right?
Also, the documentation says that I should be able to hit CTRL-C on the debugger to make it interactive. Whenever I do that, nothing happens.
Here is the output from the debugger for me uploading my app, and then pressing CTRL-C:
Connected to 192.168.1.3.
Escape character is '^]'.
^C
Let me know if you have any questions, and thanks for the help!