vscode-ibmi
vscode-ibmi copied to clipboard
Ability to launch remote debug
Changes
This will automatically launch the remote debugger with default configuration.
- Adds new property to
actions.jsonto specify which environment they are debugging.debug: "node"|"python"
- Adds new environment variable,
&PORT, which is just a random number between 40000-50000. - Additional default Actions for Node.js and Python
- https://halcyon-tech.github.io/docs/#/pages/debugging/index
Checklist
- [x] have tested my change
- [x] updated relevant documentation
- [ ] Remove any/all
console.logs I added - [ ] eslint is not complaining
- [ ] have added myself to the contributors' list in CONTRIBUTING.md
- [ ] for feature PRs: PR only includes one feature enhancement.
👋 A new build is available for this PR based on 9c93c2af1fa192350dc754ecf992f50488b6bdab.
👋 A new build is available for this PR based on 23d83b664cbd6a9cd01b133ad53cd872f170c5d8.
👋 A new build is available for this PR based on 79b48371e19e6869ffb12c6dae05fa9e893a34ec.
👋 A new build is available for this PR based on 2b4c4379914a77e18a50f8caf4903db2172ad61e.
👋 A new build is available for this PR based on 8ee82a4bdd88d20f558282977c270a093d8eeaea.
👋 A new build is available for this PR based on b7d8a11ab3b865173eb8046e554a79acd7de7304.
@worksofliam Why did you close this? It looks like a great feature to me... being able to debug node and python programs running on the IBM i system...
@chrjorgensen Glad you think so.
The reason I closed it is because I am having getting it to work correctly for python. It works excellent for Node.js though.