Changes between Version 23 and Version 24 of WikiStart


Ignore:
Timestamp:
07/27/21 14:44:38 (3 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v23 v24  
    150150Of course you should replace RandomParty with your party's main class name but the file name must stay {{{party.py}}}.
    151151
     152= Debugging
     153For 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.
     154
    152155== GeniusWebPython sources
    153156 You can browse the GeniusWeb core sources directly using the browse button at the right top of this page.