appsody / stacks

Appsody application stacks. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
89 stars 121 forks source link

rust-tide: Move to gdb remote and add vscode support #825

Closed No9 closed 4 years ago

No9 commented 4 years ago

Checklist:

Modifying an existing stack:

This patch adds the gdb server to the Dockerfile-stack to allow remote debuggers to be attached to the running debug instance. It also adds support for VSCode by adding an additional task to copy the symbols from the container to the local dev environment and provides a launcher for the debugger. Usage is also documented in the README.