mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Add DAP multi-session support and add Node.js debugging support.
This commit is contained in:
@@ -22,6 +22,12 @@ class BusSocketProcess : public Bus {
|
||||
|
||||
bool hasProcess() override { return true; }
|
||||
|
||||
Type type() const override { return Bus::Type::SocketProcess; }
|
||||
|
||||
const Command& getCommand() const { return mCommand; }
|
||||
|
||||
const Connection& getConnection() const { return mConnection; }
|
||||
|
||||
protected:
|
||||
Command mCommand;
|
||||
Connection mConnection;
|
||||
|
||||
Reference in New Issue
Block a user