| 
| 
virtual string  | getSource ()=0 | 
|   | 
| 
virtual int64  | getLineNumber ()=0 | 
|   | 
| 
virtual std::pair< int64, int64 >  | getColumnRange ()=0 | 
|   | 
| 
virtual string  | getFunction ()=0 | 
|   | 
| 
virtual int64  | getInstruction ()=0 | 
|   | 
| 
virtual void  | stepLine (bool into)=0 | 
|   | 
| 
virtual void  | stepInstruction (bool into)=0 | 
|   | 
| 
virtual void  | stepToLine (int64 u)=0 | 
|   | 
| 
virtual void  | stepToInstruction (int64 u)=0 | 
|   | 
| 
virtual void  | run ()=0 | 
|   | 
| 
virtual void  | setBreakAtInstruction (int64 code, bool on)=0 | 
|   | 
| 
virtual void  | setBreakAtFunction (const string &function, bool on)=0 | 
|   | 
| 
virtual void  | setBreakAtLine (int64 line, bool on)=0 | 
|   | 
| 
virtual void  | clearAllBreakpoints ()=0 | 
|   | 
| 
virtual StringList  | getLocalNames ()=0 | 
|   | 
| 
virtual Parameter  | getLocalValue (int64 index)=0 | 
|   | 
| 
virtual StringList  | getCallStack ()=0 | 
|   | 
The documentation for this class was generated from the following file:
- C:/Source/itasca-suite/common/fish/interface/idebug.h