Changes between Version 369 and Version 370 of WikiStart
- Timestamp:
- 01/26/21 12:07:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v369 v370 894 894 895 895 = Debugging = 896 Debugging can be done in several ways 897 * From Eclipse EE: 896 Debugging 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 898 900 * Place your party source code in the Eclipse workspace 899 901 * Place a breakpoint in your party's code … … 902 904 * Eclipse will halt server execution and switch to debugging when it hits your breakpoint 903 905 * 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) 905 909 * Have your party's source code in the Eclipse workspace 906 910 * Clone the simplerunner into your workspace {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWeb/simplerunner}}}