Changes between Version 373 and Version 374 of WikiStart
- Timestamp:
- 01/27/21 10:03:55 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v373 v374 913 913 914 914 == Debugging with stand-alone runner 915 * Using a stand-alone runner (normal Eclipse for Java developers, no EE needed) 915 This uses the stand-alone runner to avoid negotiation time-out while you are debugging. Therefore it is slightly different from a 'real' negotiation but more convenient if the issue you want to debug is not related to a time-out. 916 * You can use normal Eclipse for Java developers, no EE needed 916 917 * Set up a stand-alone run as described in #Stand-aloneRunning 917 918 * Place a breakpoint in your party where you want to debug.