Changes between Version 44 and Version 45 of WikiStart


Ignore:
Timestamp:
09/09/21 16:56:55 (3 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v44 v45  
    186186For debugging you can use the normal python debugging facilities from your IDE (eg Eclipse PyDev). E.g. place a breakpoint in your code, and then run the unit test that reproduces the issue. The IDE switches to your program and you can step, inspect variables, etc.
    187187
     188You 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.
     189
    188190== GeniusWebPython sources
    189191 You can browse the GeniusWeb core sources directly using the browse button at the right top of this page.