vscode-ibmi icon indicating copy to clipboard operation
vscode-ibmi copied to clipboard

Ability to launch remote debug

Open worksofliam opened this issue 3 years ago • 8 comments

Changes

This will automatically launch the remote debugger with default configuration.

  • Adds new property to actions.json to 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.

worksofliam avatar Nov 30 '22 04:11 worksofliam

👋 A new build is available for this PR based on 9c93c2af1fa192350dc754ecf992f50488b6bdab.

github-actions[bot] avatar Nov 30 '22 16:11 github-actions[bot]

👋 A new build is available for this PR based on 23d83b664cbd6a9cd01b133ad53cd872f170c5d8.

github-actions[bot] avatar Nov 30 '22 16:11 github-actions[bot]

👋 A new build is available for this PR based on 79b48371e19e6869ffb12c6dae05fa9e893a34ec.

github-actions[bot] avatar Nov 30 '22 17:11 github-actions[bot]

👋 A new build is available for this PR based on 2b4c4379914a77e18a50f8caf4903db2172ad61e.

github-actions[bot] avatar Nov 30 '22 18:11 github-actions[bot]

👋 A new build is available for this PR based on 8ee82a4bdd88d20f558282977c270a093d8eeaea.

github-actions[bot] avatar Nov 30 '22 19:11 github-actions[bot]

👋 A new build is available for this PR based on b7d8a11ab3b865173eb8046e554a79acd7de7304.

github-actions[bot] avatar Nov 30 '22 21:11 github-actions[bot]

@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 avatar Mar 09 '23 13:03 chrjorgensen

@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.

worksofliam avatar Mar 09 '23 15:03 worksofliam