In R7 to debug java agents and web services i had used following strings in servers notes.ini
javaenabledebug=1
JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=9788
In R8 they aren’t work
How can I debug java code on server?
In R7 to debug java agents and web services i had used following strings in servers notes.ini
javaenabledebug=1
JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=9788
In R8 they aren’t work
How can I debug java code on server?