AutoworkVSCodeDebugger๏
Experimental: Some methods may not be implemented and may be changed in future versions.
Inherits: RefCounted < Object
Integrates Autowork test execution with VS Code debugging.
Description๏
The AutoworkVSCodeDebugger provides integration between the Autowork testing framework and Visual Studio Code debugging tools.
It allows test execution to be attached to a debugging session, enabling breakpoints, step-through execution, and inspection of test runtime behavior directly from the editor.
This is useful for diagnosing failing tests or understanding complex test flows.
Methods๏
void |
set_runner(runner: Object) |
void |
setup() |
Method Descriptions๏
void set_runner(runner: Object) ๐
Sets the test runner instance to be used by the debugger.
void setup() ๐
Initializes the debugger integration.