microsoft/vscode-dapr

[Feature] Attach debugger to application process

philliphoff opened this issue · 0 comments

Dapr applications are composed of two parts, the application itself and the Dapr sidecar associated with it. It would be convenient to be able to attach to the application process of a running application directly from the Dapr applications view. With Dapr 1.10, the sidecar now maintains metadata for the application process, enabling tooling to identify that process, infer the application type (e.g. .NET, Node.js, Python, etc.) and attach using the appropriate debugging engine.