Buggy debug mode

Jump to navigation Jump to search
Revision as of 5 August 2012 at 01:06.
The highlighted comment was created in this revision.

Buggy debug mode

RoboResearch is not starting JVMs in debug mode. It passes "-Ddebug" as parameter, but it should be "-Ddebug=true".

    MN01:29, 5 August 2012

    So that's just an argument to the JVM, right? Custom JVM args is near the top of my list for RoboRunner, so I'm working on it now. But there are some things like "-nodisplay" that are arguments to Robocode itself, which wouldn't work because I don't launch Robocode (just use the control API from my own program). So I'd have to add arguments myself if I wanted to let you configure it to actually display battles, for instance.

      Voidious02:17, 5 August 2012

      Nevermind, did some testing. =)

        Voidious03:06, 5 August 2012