rafaelldi / aspire-plugin

.NET Aspire Plugin for JetBrains Rider
https://plugins.jetbrains.com/plugin/23289-aspire
MIT License
53 stars 1 forks source link

Support Test Debugging? #185

Open jhancock-taxa opened 3 weeks ago

jhancock-taxa commented 3 weeks ago

Right now if you choose to debug unit tests that use the Aspire host, you can step through the code for the test itself, but any of the code that is executed in the projects in the aspire host, can't have breakpoints set and thus you can't debug what's happening in your projects that the test is calling.

Is it possible to enable this so that you get full debugging of any projects that are spun up during the test phase using the standard Aspire tooling for Tests?

rafaelldi commented 3 weeks ago

Unfortunately, right now it's not supported in the plugin

jhancock-taxa commented 3 weeks ago

It would be awesome if the plugin could support it. Vs.net does, VS Code doesn't so Mac Users can't properly debug integration tests right now.