Changes between Version 370 and Version 371 of WikiStart
- Timestamp:
- 01/26/21 12:10:20 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v370 v371 897 897 898 898 == Debugging in the server 899 * We use Eclipse EE to run the entire server, or at least the partiesserver 899 Notice that this method to use the debugger directly on the party as it runs on the server is a bit impractical, because of the time-out mechanisms. Any party running on the partiesserver is automatically removed after a few seconds, to ensure the server is not filling up with dead parties. Because of this, the party would disappear before you could do any debugging work. To work around this, you can halt the entire JVM as soon as possible if you take this approach. 900 901 * Use Eclipse EE (Enterprise Edition) to run the entire server, or at least the partiesserver 900 902 * Place your party source code in the Eclipse workspace 901 903 * Place a breakpoint in your party's code