feat(debugger): integrate NX Tcl Remote Debugger into NX Postprocessor
build_and_puplish.yml / build_and_publish (release) Successful in 35s

Embed the NX Tcl Remote Debugger into the NX Postprocessor extension.
Add a new debugging client, protocol, and adapter logic to
drive attach/launch, breakpoints, stepping, and evaluation
via the runtime adapter.

- Introduced a client debugger with a new adapter and protocol
- Wired attach/launch, breakpoints, stepping, and evaluation
- Updated docs and licensing to reflect the embedded debugger
This commit is contained in:
Christoph Brandau
2026-08-28 22:36:18 +02:00
parent 07ccd2d26a
commit c3d5116885
12 changed files with 1135 additions and 10 deletions
+5 -1
View File
@@ -9,6 +9,7 @@ vite.config.js
.prettierrc.json
esbuild.js
.gitea
**/.ruff_cache/**
.venv/**
.nox/**
server/.venv/**
@@ -18,4 +19,7 @@ server/.nox/**
**/requirements.in
**/server/src/_debug_server.py
server/noxfile.py
client/**
server/.claude/**
server/tests/**
client/**
dist/**/*.map