JAVADebugger::Watchpoint Class Reference
#include <breakpoint.h>
Inheritance diagram for JAVADebugger::Watchpoint:


Public Member Functions | |
Watchpoint (const QString &varName, bool temporary=false, bool enabled=true) | |
virtual | ~Watchpoint () |
virtual QString | dbgSetCommand () const |
bool | match (const Breakpoint *brkpt) const |
virtual void | configureDisplay () |
Private Attributes | |
QString | varName_ |
Constructor & Destructor Documentation
|
Definition at line 307 of file breakpoint.cpp. References configureDisplay(). |
|
Definition at line 316 of file breakpoint.cpp. |
Member Function Documentation
|
Reimplemented from JAVADebugger::Breakpoint. Definition at line 329 of file breakpoint.cpp. References varName_. Referenced by Watchpoint(). |
|
Implements JAVADebugger::Breakpoint. Definition at line 322 of file breakpoint.cpp. |
|
Implements JAVADebugger::Breakpoint. Definition at line 337 of file breakpoint.cpp. References varName_. |
Member Data Documentation
|
Definition at line 194 of file breakpoint.h. Referenced by configureDisplay(), and match(). |
The documentation for this class was generated from the following files:
- languages/java/debugger/breakpoint.h
- languages/java/debugger/breakpoint.cpp