Skip to content
Snippets Groups Projects
  • Or Cohen's avatar
    02a52874
    Added JDWP related libraries (remote debugger) · 02a52874
    Or Cohen authored
    I'm not sure about the target location of libnpt.so, but when it was under JVM
    libraries, the debug agent didn't find it.
    
    You should be able to start the debug agent as recommended with these JVM
    options:
    -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
    
    Remote debugging through your favorite IDE should be enabled.
    02a52874
    History
    Added JDWP related libraries (remote debugger)
    Or Cohen authored
    I'm not sure about the target location of libnpt.so, but when it was under JVM
    libraries, the debug agent didn't find it.
    
    You should be able to start the debug agent as recommended with these JVM
    options:
    -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
    
    Remote debugging through your favorite IDE should be enabled.