I was curious wether there was an app to test vex code in like a virtual space. This is because while my teammates are working on the robot or while I’m home I want a place to test the code.
1 Like
Not that I know of, but u can print to terminal for some form of debugging. Make sure u add
#include
And
#include
And this should displace texts or variable to the terminal.
If this doesn’t work, u can use the website cpp.sh for testing. I used this when I code at home. Everything should work since vexcode is in c++ just not that you’ll have to add motor values to a variable to simulate action. There are plenty of c++ tutorials and google is free.
Good luck on your coding