Interface of a hybrid debugger service. More...
#include <arcane/utils/IOnlineDebuggerService.h>
Public Member Functions | |
| virtual Real | loopbreak (ISubDomain *)=0 |
| virtual Real | softbreak (ISubDomain *, const char *, const char *, int)=0 |
| virtual void | hook (ISubDomain *, Real)=0 |
| virtual void | ijval (int, int, int *, int *, double *)=0 |
Interface of a hybrid debugger service.
Definition at line 38 of file IOnlineDebuggerService.h.
|
inlinevirtual |
Definition at line 42 of file IOnlineDebuggerService.h.