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

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -