Changes between Version 23 and Version 24 of WikiStart
- Timestamp:
- 07/27/21 14:44:38 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v23 v24 150 150 Of course you should replace RandomParty with your party's main class name but the file name must stay {{{party.py}}}. 151 151 152 = Debugging 153 For 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 152 155 == GeniusWebPython sources 153 156 You can browse the GeniusWeb core sources directly using the browse button at the right top of this page.