org.scaladebugger.api.profiles.traits.watchpoints
Represents a modification watchpoint event and any associated data.
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 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
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
Represents the interface that needs to be implemented to provide modification watchpoint functionality for a specific debug profile.