Changes between Version 44 and Version 45 of WikiStart
- Timestamp:
- 09/09/21 16:56:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v44 v45 186 186 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. 187 187 188 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. 189 188 190 == GeniusWebPython sources 189 191 You can browse the GeniusWeb core sources directly using the browse button at the right top of this page.