Changes between Version 169 and Version 170 of WikiStart
- Timestamp:
- 04/29/19 10:11:54 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v169 v170 359 359 A stand-alone runner can now be started as follows 360 360 {{{ 361 java -cp simplerunner...jar genius2.simplerunner.SessionRunner src/test/resources/settings.json 362 }}} 363 361 java -cp simplerunner...with-dependencies.jar genius2.simplerunner.SessionRunner src/test/resources/settings.json 362 }}} 363 364 When the protocol is completed, the runner prints out the final state which usually contains all actions that were done as well. 364 365 365 366 = Debugging =