Attach debugger to HiveMQ-Edge?

I’m working on an custom module for HiveMQ-Edge, and the process has been surprisingly easy, but it’s a bit cumbersome to debug/troubleshoot. Is there anyway to connect a remote debugger?

In Ignition I can add the following to my configuration file to enable a debugging endpoint, can the same be done with HiveMQ Edge?

wrapper.java.additional.8=-Xdebug wrapper.java.additional.9=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000