Represents a access watchpoint event and any associated data.
Represents a access watchpoint event and any associated data.
Represents a breakpoint event and any associated data.
Represents a breakpoint event and any associated data.
Represents a class prepare event and any associated data.
Represents a class prepare event and any associated data.
Represents a class unload event and any associated data.
Represents a class unload event and any associated data.
Represents a breakpoint event and any associated data.
Represents a breakpoint event and any associated data.
Represents a exception event and any associated data.
Represents a exception event and any associated data.
Represents a method entry event and any associated data.
Represents a method entry event and any associated data.
Represents a method exit event and any associated data.
Represents a method exit event and any associated data.
Represents a modification watchpoint event and any associated data.
Represents a modification watchpoint event and any associated data.
Represents a monitor contended enter event and any associated data.
Represents a monitor contended enter event and any associated data.
Represents a monitor contended entered event and any associated data.
Represents a monitor contended entered event and any associated data.
Represents a monitor wait event and any associated data.
Represents a monitor wait event and any associated data.
Represents a monitor waited event and any associated data.
Represents a monitor waited event and any associated data.
Represents a step event and any associated data.
Represents a step event and any associated data.
Represents a thread death event and any associated data.
Represents a thread death event and any associated data.
Represents a thread start event and any associated data.
Represents a thread start event and any associated data.
Represents a vm death event and any associated data.
Represents a vm death event and any associated data.
Represents a vm death event and any associated data.
Represents a vm death event and any associated data.
Represents a vm death event and any associated data.
Represents a vm death event and any associated data.
Retrieves the list of available lines for a specific file.
Retrieves the list of available lines for a specific file.
The name of the file whose lines to retrieve
Some list of breakpointable lines if the file exists, otherwise None
Represents the command line arguments used to start this VM.
Represents the command line arguments used to start this VM.
The command line arguments as a collection of strings
Represents the name of the class used as the entrypoint for this vm.
Represents the name of the class used as the entrypoint for this vm.
The main class name as a string
Constructs a stream of access watchpoint events for field in the specified class.
Constructs a stream of access watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of access watchpoint events
Constructs a stream of access watchpoint events for field in the specified class.
Constructs a stream of access watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of access watchpoint events and any retrieved data based on requests from extra arguments
Constructs a stream of exception events for all exceptions.
Constructs a stream of exception events for all exceptions.
If true, exception events will be streamed when an exception is caught in a try/catch block
If true, exception events will be streamed when an exception is not caught in a try/catch block
The additional JDI arguments to provide
The stream of exception events
Constructs a stream of exception events for all exceptions.
Constructs a stream of exception events for all exceptions.
If true, exception events will be streamed when an exception is caught in a try/catch block
If true, exception events will be streamed when an exception is not caught in a try/catch block
The additional JDI arguments to provide
The stream of exception events and any retrieved data based on requests from extra arguments
Constructs a stream of breakpoint events for the specified file and line number.
Constructs a stream of breakpoint events for the specified file and line number.
The name of the file where the breakpoint will be set
The line number within the file where the breakpoint will be set
The additional JDI arguments to provide
The stream of breakpoint events
Constructs a stream of breakpoint events for the specified file and line number.
Constructs a stream of breakpoint events for the specified file and line number.
The name of the file where the breakpoint will be set
The line number within the file where the breakpoint will be set
The additional JDI arguments to provide
The stream of breakpoint events and any retrieved data based on requests from extra arguments
Constructs a stream of class prepare events.
Constructs a stream of class prepare events.
The additional JDI arguments to provide
The stream of class prepare events
Constructs a stream of class prepare events.
Constructs a stream of class prepare events.
The additional JDI arguments to provide
The stream of class prepare events and any retrieved data based on requests from extra arguments
Constructs a stream of class unload events.
Constructs a stream of class unload events.
The additional JDI arguments to provide
The stream of class unload events
Constructs a stream of class unload events.
Constructs a stream of class unload events.
The additional JDI arguments to provide
The stream of class unload events and any retrieved data based on requests from extra arguments
Constructs a stream of events for the specified event type.
Constructs a stream of events for the specified event type.
The type of event to stream
The additional JDI arguments to provide
The stream of events
Constructs a stream of events for the specified event type.
Constructs a stream of events for the specified event type.
The type of event to stream
The additional JDI arguments to provide
The stream of events and any retrieved data based on requests from extra arguments
Constructs a stream of exception events for the specified exception.
Constructs a stream of exception events for the specified exception.
The full class name of the exception
If true, exception events will be streamed when the exception is caught in a try/catch block
If true, exception events will be streamed when the exception is not caught in a try/catch block
The additional JDI arguments to provide
The stream of exception events
Constructs a stream of exception events for the specified exception.
Constructs a stream of exception events for the specified exception.
The full class name of the exception
If true, exception events will be streamed when the exception is caught in a try/catch block
If true, exception events will be streamed when the exception is not caught in a try/catch block
The additional JDI arguments to provide
The stream of exception events and any retrieved data based on requests from extra arguments
Constructs a stream of method entry events for the specified class and method.
Constructs a stream of method entry events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method entry events
Constructs a stream of method entry events for the specified class and method.
Constructs a stream of method entry events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method entry events and any retrieved data based on requests from extra arguments
Constructs a stream of method exit events for the specified class and method.
Constructs a stream of method exit events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method exit events
Constructs a stream of method exit events for the specified class and method.
Constructs a stream of method exit events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method exit events and any retrieved data based on requests from extra arguments
Constructs a stream of modification watchpoint events for field in the specified class.
Constructs a stream of modification watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of modification watchpoint events
Constructs a stream of modification watchpoint events for field in the specified class.
Constructs a stream of modification watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of modification watchpoint events and any retrieved data based on requests from extra arguments
Constructs a stream of monitor contended enter events.
Constructs a stream of monitor contended enter events.
The additional JDI arguments to provide
The stream of monitor contended enter events
Constructs a stream of monitor contended enter events.
Constructs a stream of monitor contended enter events.
The additional JDI arguments to provide
The stream of monitor contended enter events and any retrieved data based on requests from extra arguments
Constructs a stream of monitor contended entered events.
Constructs a stream of monitor contended entered events.
The additional JDI arguments to provide
The stream of monitor contended entered events
Constructs a stream of monitor contended entered events.
Constructs a stream of monitor contended entered events.
The additional JDI arguments to provide
The stream of monitor contended entered events and any retrieved data based on requests from extra arguments
Constructs a stream of monitor wait events.
Constructs a stream of monitor wait events.
The additional JDI arguments to provide
The stream of monitor wait events
Constructs a stream of monitor wait events.
Constructs a stream of monitor wait events.
The additional JDI arguments to provide
The stream of monitor wait events and any retrieved data based on requests from extra arguments
Constructs a stream of monitor waited events.
Constructs a stream of monitor waited events.
The additional JDI arguments to provide
The stream of monitor waited events
Constructs a stream of monitor waited events.
Constructs a stream of monitor waited events.
The additional JDI arguments to provide
The stream of monitor waited events and any retrieved data based on requests from extra arguments
Constructs a stream of step events.
Constructs a stream of step events.
The thread with which to receive step events
The additional JDI arguments to provide
The stream of step events
Constructs a stream of step events.
Constructs a stream of step events.
The thread with which to receive step events
The additional JDI arguments to provide
The stream of step events and any retrieved data based on requests from extra arguments
Constructs a stream of thread death events.
Constructs a stream of thread death events.
The additional JDI arguments to provide
The stream of thread death events
Constructs a stream of thread death events.
Constructs a stream of thread death events.
The additional JDI arguments to provide
The stream of thread death events and any retrieved data based on requests from extra arguments
Constructs a stream of thread start events.
Constructs a stream of thread start events.
The additional JDI arguments to provide
The stream of thread start events
Constructs a stream of thread start events.
Constructs a stream of thread start events.
The additional JDI arguments to provide
The stream of thread start events and any retrieved data based on requests from extra arguments
Constructs a stream of access watchpoint events for field in the specified class.
Constructs a stream of access watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of access watchpoint events
Constructs a stream of access watchpoint events for field in the specified class.
Constructs a stream of access watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of access watchpoint events and any retrieved data based on requests from extra arguments
Constructs a stream of exception events for all exceptions.
Constructs a stream of exception events for all exceptions.
If true, exception events will be streamed when an exception is caught in a try/catch block
If true, exception events will be streamed when an exception is not caught in a try/catch block
The additional JDI arguments to provide
The stream of exception events
Constructs a stream of exception events for all exceptions.
Constructs a stream of exception events for all exceptions.
If true, exception events will be streamed when an exception is caught in a try/catch block
If true, exception events will be streamed when an exception is not caught in a try/catch block
The additional JDI arguments to provide
The stream of exception events and any retrieved data based on requests from extra arguments
Constructs a stream of breakpoint events for the specified file and line number.
Constructs a stream of breakpoint events for the specified file and line number.
The name of the file where the breakpoint will be set
The line number within the file where the breakpoint will be set
The additional JDI arguments to provide
The stream of breakpoint events
Constructs a stream of breakpoint events for the specified file and line number.
Constructs a stream of breakpoint events for the specified file and line number.
The name of the file where the breakpoint will be set
The line number within the file where the breakpoint will be set
The additional JDI arguments to provide
The stream of breakpoint events and any retrieved data based on requests from extra arguments
Constructs a stream of class prepare events.
Constructs a stream of class prepare events.
The additional JDI arguments to provide
The stream of class prepare events
Constructs a stream of class prepare events.
Constructs a stream of class prepare events.
The additional JDI arguments to provide
The stream of class prepare events and any retrieved data based on requests from extra arguments
Constructs a stream of class unload events.
Constructs a stream of class unload events.
The additional JDI arguments to provide
The stream of class unload events
Constructs a stream of class unload events.
Constructs a stream of class unload events.
The additional JDI arguments to provide
The stream of class unload events and any retrieved data based on requests from extra arguments
Constructs a stream of events for the specified event type.
Constructs a stream of events for the specified event type.
The type of event to stream
The additional JDI arguments to provide
The stream of events
Constructs a stream of events for the specified event type.
Constructs a stream of events for the specified event type.
The type of event to stream
The additional JDI arguments to provide
The stream of events and any retrieved data based on requests from extra arguments
Constructs a stream of exception events for the specified exception.
Constructs a stream of exception events for the specified exception.
The full class name of the exception
If true, exception events will be streamed when the exception is caught in a try/catch block
If true, exception events will be streamed when the exception is not caught in a try/catch block
The additional JDI arguments to provide
The stream of exception events
Constructs a stream of exception events for the specified exception.
Constructs a stream of exception events for the specified exception.
The full class name of the exception
If true, exception events will be streamed when the exception is caught in a try/catch block
If true, exception events will be streamed when the exception is not caught in a try/catch block
The additional JDI arguments to provide
The stream of exception events and any retrieved data based on requests from extra arguments
Constructs a stream of method entry events for the specified class and method.
Constructs a stream of method entry events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method entry events
Constructs a stream of method entry events for the specified class and method.
Constructs a stream of method entry events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method entry events and any retrieved data based on requests from extra arguments
Constructs a stream of method exit events for the specified class and method.
Constructs a stream of method exit events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method exit events
Constructs a stream of method exit events for the specified class and method.
Constructs a stream of method exit events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method exit events and any retrieved data based on requests from extra arguments
Constructs a stream of modification watchpoint events for field in the specified class.
Constructs a stream of modification watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of modification watchpoint events
Constructs a stream of modification watchpoint events for field in the specified class.
Constructs a stream of modification watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of modification watchpoint events and any retrieved data based on requests from extra arguments
Constructs a stream of monitor contended enter events.
Constructs a stream of monitor contended enter events.
The additional JDI arguments to provide
The stream of monitor contended enter events
Constructs a stream of monitor contended enter events.
Constructs a stream of monitor contended enter events.
The additional JDI arguments to provide
The stream of monitor contended enter events and any retrieved data based on requests from extra arguments
Constructs a stream of monitor contended entered events.
Constructs a stream of monitor contended entered events.
The additional JDI arguments to provide
The stream of monitor contended entered events
Constructs a stream of monitor contended entered events.
Constructs a stream of monitor contended entered events.
The additional JDI arguments to provide
The stream of monitor contended entered events and any retrieved data based on requests from extra arguments
Constructs a stream of monitor wait events.
Constructs a stream of monitor wait events.
The additional JDI arguments to provide
The stream of monitor wait events
Constructs a stream of monitor wait events.
Constructs a stream of monitor wait events.
The additional JDI arguments to provide
The stream of monitor wait events and any retrieved data based on requests from extra arguments
Constructs a stream of monitor waited events.
Constructs a stream of monitor waited events.
The additional JDI arguments to provide
The stream of monitor waited events
Constructs a stream of monitor waited events.
Constructs a stream of monitor waited events.
The additional JDI arguments to provide
The stream of monitor waited events and any retrieved data based on requests from extra arguments
Constructs a stream of step events.
Constructs a stream of step events.
The thread with which to receive step events
The additional JDI arguments to provide
The stream of step events
Constructs a stream of step events.
Constructs a stream of step events.
The thread with which to receive step events
The additional JDI arguments to provide
The stream of step events and any retrieved data based on requests from extra arguments
Constructs a stream of thread death events.
Constructs a stream of thread death events.
The additional JDI arguments to provide
The stream of thread death events
Constructs a stream of thread death events.
Constructs a stream of thread death events.
The additional JDI arguments to provide
The stream of thread death events and any retrieved data based on requests from extra arguments
Constructs a stream of thread start events.
Constructs a stream of thread start events.
The additional JDI arguments to provide
The stream of thread start events
Constructs a stream of thread start events.
Constructs a stream of thread start events.
The additional JDI arguments to provide
The stream of thread start events and any retrieved data based on requests from extra arguments
Constructs a stream of vm death events.
Constructs a stream of vm death events.
The additional JDI arguments to provide
The stream of vm death events
Constructs a stream of vm death events.
Constructs a stream of vm death events.
The additional JDI arguments to provide
The stream of vm death events and any retrieved data based on requests from extra arguments
Constructs a stream of vm disconnect events.
Constructs a stream of vm disconnect events.
The additional JDI arguments to provide
The stream of vm disconnect events
Constructs a stream of vm disconnect events.
Constructs a stream of vm disconnect events.
The additional JDI arguments to provide
The stream of vm disconnect events and any retrieved data based on requests from extra arguments
Constructs a stream of vm start events.
Constructs a stream of vm start events.
The additional JDI arguments to provide
The stream of vm start events
Constructs a stream of vm start events.
Constructs a stream of vm start events.
The additional JDI arguments to provide
The stream of vm start events and any retrieved data based on requests from extra arguments
Constructs a stream of vm death events.
Constructs a stream of vm death events.
The additional JDI arguments to provide
The stream of vm death events
Constructs a stream of vm death events.
Constructs a stream of vm death events.
The additional JDI arguments to provide
The stream of vm death events and any retrieved data based on requests from extra arguments
Constructs a stream of vm disconnect events.
Constructs a stream of vm disconnect events.
The additional JDI arguments to provide
The stream of vm disconnect events
Constructs a stream of vm disconnect events.
Constructs a stream of vm disconnect events.
The additional JDI arguments to provide
The stream of vm disconnect events and any retrieved data based on requests from extra arguments
Constructs a stream of vm start events.
Constructs a stream of vm start events.
The additional JDI arguments to provide
The stream of vm start events
Constructs a stream of vm start events.
Constructs a stream of vm start events.
The additional JDI arguments to provide
The stream of vm start events and any retrieved data based on requests from extra arguments
Steps in from the current location to the next line.
Steps in from the current location to the next line.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event
Steps in from the current location to the next line.
Steps in from the current location to the next line.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event and any retrieved data based on requests from extra arguments
Steps in from the current location to the next location.
Steps in from the current location to the next location.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event
Steps in from the current location to the next location.
Steps in from the current location to the next location.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event and any retrieved data based on requests from extra arguments
Steps out from the current location to the next line.
Steps out from the current location to the next line.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event
Steps out from the current location to the next line.
Steps out from the current location to the next line.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event and any retrieved data based on requests from extra arguments
Steps out from the current location to the next location.
Steps out from the current location to the next location.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event
Steps out from the current location to the next location.
Steps out from the current location to the next location.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event and any retrieved data based on requests from extra arguments
Steps over from the current location to the next line.
Steps over from the current location to the next line.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event
Steps over from the current location to the next line.
Steps over from the current location to the next line.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event and any retrieved data based on requests from extra arguments
Steps over from the current location to the next location.
Steps over from the current location to the next location.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event
Steps over from the current location to the next location.
Steps over from the current location to the next location.
The thread in which to perform the step
The additional JDI arguments to provide
The resulting one-time event and any retrieved data based on requests from extra arguments
Sets the current profile to the one with the provided name.
Sets the current profile to the one with the provided name.
The name of the profile
The updated profile
Retrieves the current underlying profile.
Retrieves the current underlying profile.
The active underlying profile
Retrieves the profile with the provided name.
Retrieves the profile with the provided name.
The name of the profile
The debug profile
If the profile is not found
Represents a debug profile that allows swapping the actual profile implementation underneath.