jdi
JDI/JPDA Event Filtering
In JDI, there is the API to exclude events from processed events in JVM used by JPDA. This is done using:[详细]
2023-04-01 16:38 分类:问答Implement different stratum for Java Debugger Interface
In the Java Debugger Interface documentation for t开发者_高级运维he Location class, there\'s a paragraph discussing the \"stratum\" of the location.I\'ve been looking around a bit for more detail on h[详细]
2023-01-10 07:11 分类:问答Java Access to Local Variable Names
I\'m currently writing a program in which I would like to access the variable names of local variables during execution of a program and pass them off externally. I\'m aware that Java will dump local[详细]
2023-01-07 11:04 分类:问答Can Ant launch two java applications concurrently?
I am currently developing a \"debugger\" java application that uses JDI to connect to an already running \"target\" java application. Is there any way to have Ant launch my target application then lau[详细]
2022-12-18 15:15 分类:问答