Changes between Version 371 and Version 372 of WikiStart
- Timestamp:
- 01/26/21 14:29:53 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v371 v372 914 914 * Place a breakpoint in your party where you want to debug. 915 915 * Create a debug configuration for NegoRunner with some customized settings: 916 * Add your party to the user entries in the classpath. 916 * Add <dependency> for party to the standalone pom. Something like 917 {{{ 918 <dependency> 919 <groupId>collabai.team3</groupId> 920 <artifactId>teamXXXparty</artifactId> 921 <version>X.Y.Z</version> <!--Fill in correct version --> 922 </dependency> 923 924 }}} 917 925 * Set {{{src/test/resources/settings.json}}} as program argument 918 926 * Run the debug configuration