docs(readme): remove development/debugging section and license note

This change removes outdated development and debugging guidance
from the README and streamlines the licensing note. It also deletes
the embedded debugger license file and relies on the main LICENSE
file for terms.

- Remove outdated debugging guidance from README
- Delete embedded debugger license file and rely on LICENSE
This commit is contained in:
Christoph Brandau
2026-09-03 07:49:10 +02:00
parent 52b81b3dcf
commit a0a0d38fe5
2 changed files with 1 additions and 47 deletions
+1 -26
View File
@@ -98,35 +98,10 @@ Simply open any supported file type and enjoy:
- Signature help while entering procedure arguments
- Remote NX Tcl debugging with breakpoints and full stepping
## Development and debugging
Install the root and client dependencies before the first debug session:
```powershell
npm install
npm install --prefix client
npm run test:debugger
```
Use one of the checked-in VS Code launch configurations:
- **Run Extension** debugs the TypeScript extension host.
- **Debug Extension and Python** debugs both the TypeScript extension and the
Python language server. This is the recommended configuration for LSP work.
- **Python Attach** attaches manually to an already running Python process.
The launch configuration creates a fresh non-minified bundle with embedded
source maps and opens `test/test.tcl` so the extension activates immediately.
For combined debugging, the Python adapter listens on `127.0.0.1:5678`; the
language server waits for that adapter before initialization. The NX
Postprocessor Support output channel reports `Python debug mode: enabled` and
shows `_debug_server.py` in the server command when the debug path is active.
## Contributing
This extension is actively maintained. For issues or feature requests, please visit our [repository](https://git.cbsk-tech.de/Christoph/nx_post_support.git).
## License
AGPL-3.0 License - see LICENSE file for details. The embedded NX Tcl Remote Debugger adapter
retains its MIT notice in `debugger/NX_TCL_DEBUGGER_LICENSE.txt`.
AGPL-3.0 License - see LICENSE file for details.