Hello everyone,
I’ve developed an BPMN Debugger plugin for IntelliJ (crp xml debugger)
With this plugin, you can set breakpoints directly in XML files (such as BPMN files), and the plugin automatically maps those breakpoints to the corresponding locations in your Java code, including conditional logic if needed.
The exact mapping between XML and Java breakpoints depends on configuration and you can easily switch between vendors (e.g. flowable, activiti, camunda).
Feedback + suggestions + contributions are welcome!
Martin

