albertziegenhagel / childdebugger-vscode

VS Code extension to auto-attach a debugger to child processes for `cppvsdbg`.
MIT License
4 stars 0 forks source link

Publish binaries for arm64 #13

Open albertziegenhagel opened 1 month ago

albertziegenhagel commented 1 month ago

This should probably include making sure that we can debug x64 applications on an arm64 host.

albertziegenhagel commented 1 month ago

Theoretically, ARM and ARM64 support was added in #19, but since I am lacking a machine to test it, this is not enabled in the GitHub workflows yet and hence there is no package for ARM.

Nietzsche21 commented 1 month ago

Theoretically, ARM and ARM64 support was added in #19, but since I am lacking a machine to test it, this is not enabled in the GitHub workflows yet and hence there is no package for ARM.

will this extension support linux in the future?

albertziegenhagel commented 1 month ago

will this extension support linux in the future?

Unfortunately, the implementation is very specific to the cppvsdbg type and I don't think it can be extended to other debuggers (which would be required for Linux support). See also the discussion in #16.