Changes between Version 56 and Version 57 of WikiStart
- Timestamp:
- 12/09/21 13:59:52 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v56 v57 238 238 You 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. 239 239 240 == Debugging a session run241 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 a243 240 244 241 == GeniusWebPython sources