Changes between Version 369 and Version 370 of WikiStart


Ignore:
Timestamp:
01/26/21 12:07:50 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v369 v370  
    894894
    895895= Debugging =
    896 Debugging can be done in several ways
    897 * From Eclipse EE:
     896Debugging can be done in several ways: in the actual server, or using a stand-alone runner.
     897
     898== Debugging in the server
     899 * We use Eclipse EE to run the entire server, or at least the partiesserver
    898900 * Place your party source code in the Eclipse workspace
    899901 * Place a breakpoint in your party's code
     
    902904 * Eclipse will halt server execution and switch to debugging when it hits your breakpoint
    903905 * Be aware of the automatic time-outs that will still be enforced while you are debugging. This includes tomcat session time-outs.
    904 * Using a stand-alone runner (normal Eclipse for Java developers, no EE needed)
     906
     907== Debugging with stand-alone runner
     908 * Using a stand-alone runner (normal Eclipse for Java developers, no EE needed)
    905909 * Have your party's source code in the Eclipse workspace
    906910 * Clone the simplerunner into your workspace {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWeb/simplerunner}}}