So I've just downloaded the c# starter kit and got it compiling and want to test be able to run the code and debug it in c#. Is there a way I can set things up to allow me to do this?
i tried setting the external program to point to java.exe and suppling appropriate command line options
Start external program:
D:\BlackCarbon\SDK\Java\bin\java.exe
Command line args:
-jar tools/PlayGame.jar maps/map7.txt 1000 1000 log.txt "bin/Debug/PlanetWars.exe" "java -jar example_bots/RandomBot.jar" | java -jar tools/ShowGame.jar
Working directory:
D:\BlackCarbon\PlanetWars\PlanetWars
it loads up the console for half a second then it disapears.