-
Notifications
You must be signed in to change notification settings - Fork 16
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
Can't debug multi-run dapr solution (The task dapr cannot be tracked) #319
Comments
First up your tasks are wrong you can just do: Was getting the same error about fastlist so I downloaded it chucked it in the \vendor but then it never finds the process - I'm guessing somethings busted. Is this extension abandoned? |
same issue happening for me. |
Anyone that finds this - pretty sure the plugin is abandoned. However, .NET Aspire is your friend! The f5 experience on the Apphost is amazing it will load up all your hosts and attach the debuggers super fast. |
@joshfreitas1984 @karpikpl Abandoned, no. One item in an ever-increasing set of responsibilities with constantly shifting priorities, perhaps. :-) I'm working on a PR to resolve some of these task scaffolding issues. |
Overview:
I'm able to run my dapr solution which has 3 ASP.NET 8 web API's using the
dapr -f
multi-run file but having some difficulty getting the debug experience to work.Actual behavior:
When using the CTRL+SHIFT+P to scaffold a launch.json and task for tasks.json, it creates the following:
If I click DebugAnyway, I get:
Expected behavior:
I should be able to attach and debug with breakpoints in each independent application.
The text was updated successfully, but these errors were encountered: