Changes between Version 370 and Version 371 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v370 v371  
    897897
    898898== Debugging in the server
    899  * We use Eclipse EE to run the entire server, or at least the partiesserver
     899Notice 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
    900902 * Place your party source code in the Eclipse workspace
    901903 * Place a breakpoint in your party's code