Quote:
Originally Posted by Joe Hershberger
Surely you are aware of the NetConsole application... it is a C interpreter that allows you to call C entry-points directly. It is not competition legal.
You can also use the dashboard video tcp connection, but that will require you defining your own set of commands (your many if statements). This is competition legal, but more work.
|
Ahh, does it mean I could have a Debugger object defined in the Robot code with the method "PromptDebuggerCommand()" that will interpret my own debugger commands. So I can invoke the method in the NetConsole or debugger console? How? It could be very handy when debugging code.