Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging with Dapr hangs with 1.12 #309

Closed
philliphoff opened this issue Oct 16, 2023 · 0 comments · Fixed by #310
Closed

Debugging with Dapr hangs with 1.12 #309

philliphoff opened this issue Oct 16, 2023 · 0 comments · Fixed by #310
Assignees
Labels
bug Something isn't working P1 Highest priority

Comments

@philliphoff
Copy link
Collaborator

The Dapr 1.12 runtime subtly changed a log message that happened to be used by the extension to detect when the dapr task had started/ended. Thus, VS Code waits forever and never goes onto starting the application in the debugger.

See: https://github.com/dapr/dapr/blame/725e7d6865e35726104b856208e2d60f1a583c75/cmd/daprd/main.go#L83

@philliphoff philliphoff added bug Something isn't working P1 Highest priority labels Oct 16, 2023
@philliphoff philliphoff self-assigned this Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Highest priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant