Changes between Version 56 and Version 57 of WikiStart


Ignore:
Timestamp:
12/09/21 13:59:52 (2 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v56 v57  
    238238You can run your party best from a unit test, so that the fault situation is easily reproduced. But you can also use the simplerunner to run a session against some other party.
    239239
    240 == Debugging a session run
    241 Debugging a real session is more complicated because potentially multiple parties are involved and the parties have to adhere to the protocols. We recommend to use the simplerunner (python version) to run the session, so that all code runs in a single python instance which makes debugging much easier:
    242  * create a
    243240
    244241== GeniusWebPython sources