API ReferenceΒΆ
The dsclient module provides two classes for interacting with a
debugserver-js instance:
Warning
You should not instantiate the DebugSession class
directly. Instead use the DebugServer.open_session() command to obtain a
handle to a DebugSession object.