| 144 | void setDisplayByteCodes( bool value ); |
| 145 | void setDisplayTraceData( bool value ); |
| 146 | int getCtxMenuLine(void){ return ctxMenuLine; }; |
| 147 | int getCtxMenuAddr(void){ return ctxMenuAddr; }; |
| 148 | int getCtxMenuAddrType(void){ return ctxMenuAddrType; }; |
| 149 | int getCursorAddr(void){ return cursorLineAddr; }; |
no outgoing calls
no test coverage detected