Last modified 6 weeks ago
Debugging Kraken is almost similar with debugging with felix and eclipse.
Summary
- First place breakpoint in your code.
- Run kraken-core with eclipse as debugging. (You may need reinstall bundles if you debug it first time - can approved)
- If you triggered breakpoint, eclipse will respond and show your breakpoint.
Remote Debugging
- -Xnoagent -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
