jpda
java debugging - watch an out of scope variable
When debugging a C/C++ application I can create a watch of an address cast to a pointer type and then view that contents of a structure even when it goes out of scope.Is it possible开发者_运维技巧 to[详细]
2023-04-04 22:51 分类:问答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 分类:问答Java API to turn on debugging in a running JVM [duplicate]
This question already has answers here: Debug a java application without starting the JVM with debug arguments[详细]
2023-03-26 05:40 分类:问答Why does Tomcat start with 0.0.0.0:8000 open?
I know the short answer is \"You told it to.\" But of course, I\'m not sure how I told Tomcat to start with the 8000 default debug port open, but on 0.0.0.0 instead of the expected 127.0.0.1. Here\'s[详细]
2023-03-10 00:00 分类:问答Location of Java examples on Mac OSX
I\'m looking for the example source code that is supposed to come with the JVM, specifically the file demo/jpda/examples.jar.Where is this located on OSX? (is it even on Mac开发者_如何学运维 OSX?)[详细]
2023-02-05 17:51 分类:问答Which Java debugger do *you* use
I spend a lot of time debugging applications in Eclipse using JPDA. There are a few issues with the Eclipse debugger which really annoy me. Can anybody recommend plug-ins, better debuggers or perhap开[详细]
2023-02-01 08:17 分类:问答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 分类:问答Using JDWP and JVMTI to obtain information of the running Java application
We are developing an application for obtaining the information of a running java application using JDWP and JVMTI. Sun Java comes with a reference implementation of JDWP so using agentlib -jdwp: will[详细]
2022-12-14 01:51 分类:问答