Debugger now listens for connections and will only allow one at a time.
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
virtual ~DebugClient();
|
||||
|
||||
virtual int Setup() = 0;
|
||||
virtual void Close() = 0;
|
||||
|
||||
protected:
|
||||
DebugServer* debug_server_;
|
||||
|
||||
Reference in New Issue
Block a user