Remote debugging java web start under JVM 1.8

后端 未结 3 978
我寻月下人不归
我寻月下人不归 2020-12-06 11:32

I have a Java Web Start application, which I used to start through a shortcut:

\"C:\\Program Files\\Java\\jdk1.7.0_67\\bin\\javaws.exe\" -J-Dfile.encoding=UT         


        
3条回答
  •  隐瞒了意图╮
    2020-12-06 11:56

    Blatantly stealing Saeid Nourian's comment-answer:

    Add -Xdebug -agentlib:jdwp=transport=dt_socket,address=9999,server=y,suspend=y to the arguments in the Java Control Panel.

提交回复
热议问题