Changes between Version 208 and Version 209 of WikiStart


Ignore:
Timestamp:
06/27/19 11:32:39 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v208 v209  
    409409* Using a stand-alone runner (normal Eclipse for Java developers, no EE needed)
    410410 * Have your party's source code in the Eclipse workspace
    411  * Run the stand-alone command directly in your eclipse workspace
     411 * Clone the simplerunner into your workspace {{{svn co https://tracinsy.ewi.tudelft.nl/svn/GeniusWeb/simplerunner}}}
     412 * Edit the src/test/resource/settings.json file in the simplerunner to match your party
     413 * Place a breakpoint in your party where you want to debug.
     414 * Create a debug configuration for NegoRunner with some customized settings:
     415  * Add your party to the user entries in the classpath.
     416  * Set {{{src/test/resources/settings.json}}} as program argument
     417 * Run the debug configuration
    412418 * Eclipse will halt server execution and switch to debugging when it hits your breakpoint
    413419 * time-outs may still be enforced while you are debugging but you avoid the Tomcat session time-out.