This is a plugin which adds tools to help developers debug Chunky.
- Get the latest plugin release.
- In the Chunky Launcher, expand
Advanced Settingsand click onManage Plugins. - In the
Plugin Managerwindow, click onAddand select the.jar. - In IntelliJ, open the
Filemenu and selectProject Structure. - Click on
Modulesand select theDependenciestab. - Add the
.jaras a dependency, then select it and click theEditsymbol. - Remove the
Classessection so onlySourcesremain. - Add
java.lang.AssertionErroras an exception breakpoint in the debugger.