Changes between Version 55 and Version 56 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v55 v56  
    203203  * Go to PyDev/Editor/
    204204
    205 Your project is now ready for programming.
    206 Run the unit tests by right-clicking the test folder and selecting Run As/Python unit test.
     205Your party is now ready for programming.
     206For instance you can run the unit tests by right-clicking the test folder and selecting Run As/Python unit test. Place a breakpoint and use debug instead of run to debug your party.
    207207 
    208208
     
    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
     241Debugging 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
     243
    240244== GeniusWebPython sources
    241245 You can browse the GeniusWeb core sources directly using the browse button at the right top of this page.