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
26 lines
378 B
Plaintext
26 lines
378 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
.gitignore
|
|
vsc-extension-quickstart.md
|
|
node_modules
|
|
tsconfig.json
|
|
test
|
|
vite.config.js
|
|
.prettierrc.json
|
|
esbuild.js
|
|
.gitea
|
|
**/.ruff_cache/**
|
|
.venv/**
|
|
.nox/**
|
|
server/.venv/**
|
|
server/.nox/**
|
|
**/__pycache__/**
|
|
**/requirements.txt
|
|
**/requirements.in
|
|
**/server/src/_debug_server.py
|
|
server/noxfile.py
|
|
server/.claude/**
|
|
server/tests/**
|
|
client/**
|
|
dist/**/*.map
|