Changes between Version 55 and Version 56 of WikiStart
- Timestamp:
- 12/09/21 13:57:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v55 v56 203 203 * Go to PyDev/Editor/ 204 204 205 Your p rojectis now ready for programming.206 Run the unit tests by right-clicking the test folder and selecting Run As/Python unit test.205 Your party is now ready for programming. 206 For 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. 207 207 208 208 … … 238 238 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. 239 239 240 == Debugging a session run 241 Debugging 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 240 244 == GeniusWebPython sources 241 245 You can browse the GeniusWeb core sources directly using the browse button at the right top of this page.