| 793 | // Show in raw mode - only data ? |
| 794 | |
| 795 | void RemoteDebug::showRaw(boolean show) { |
| 796 | _showRaw = show; |
| 797 | } |
| 798 | |
| 799 | |
| 800 | // Is active ? client telnet connected and level of debug equal or greater then set by user in telnet |
nothing calls this directly
no outgoing calls
no test coverage detected