Skip to content

Debugging brjs when running an application

Gerard edited this page Mar 15, 2016 · 3 revisions

In order to debug brjs (the java code, not the javascript code) when running an application, use the command

brjs debug serve

and then follow this tutorial to debug it with intelliJ.

Clone this wiki locally