python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to programmatically detect whether current JVM is connected by a remote debugger?
The situation that I'm facing is when I debug my code in a sub-thread, whose wrapping future has a timeout, I always get a TimeoutException on the outter future.get(timeout), my idea is if I can know ...
D Blacksmith
Votes: 0
Answers: 1
Does anyone know if the ibm jdk associated with websphere 8.5.5.19 supports debugging via jpda using dt_socket option on windows 10?
Intellij automatically generates read-only debug options that include dt_socket but we are using this ancient jvm that "may" only support dt_shmem on windows. Just want to know for sure tha...
Bryan Pauquette
Votes: 0
Answers: 1