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.