debugging - Grails 3 set remote debug ip:port -
i remotely debug grails 3 application. didn't found how can change implicit debugger port. there way grails run-app --jvm-debug --debugger-port=9999 --debugger-addr=10.0.50.55
?
you run grails application directly starting application
class located in grails-app/init
. has static void main
, run regular application. can run ide debug profile of choice.
Comments
Post a Comment