dapr / quickstarts

Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
Apache License 2.0
1.03k stars 523 forks source link

Quickstart debugging #931

Open kendallroden opened 1 year ago

kendallroden commented 1 year ago

Describe the feature

Not all applications have instructions for attaching a debugger- consider adding debugging instructions for VSCode IDE / ItelliJ for Java, etc. Example: VSCode files with launch.json and task.json already configured to allow for better debugging experience. A few of the samples already have this

paulyuk commented 2 months ago

I support adding .vscode files for debugging. I think adding debugging instructions beyond "you can press F5" tho is maybe going too far for quickstarts. I'd rather have a great debugging doc that can help all dapr devs for that. @hhunter-ms @greenie-msft