Roberson Liou
Roberson Liou

Reputation: 126

Pop "Choose Just-In-Time Debugger" window when I use Roslyn Source Generator

Is there anyone who use roslyn source generator get the same situation? Every time when I open source generator project, the window will pop up. I know that I need to choose debugger manual currently, but when I use rider, It still shown up!

Any suggestion here? Thanks!

enter image description here

Upvotes: 1

Views: 414

Answers (2)

John Smith
John Smith

Reputation: 31

I had this issue when running unit tests in Rider and the solution was :

Settings > Build > Unit Testing > Test Runner > Uncheck "Enable Debug"

Upvotes: 0

Jason Malinowski
Jason Malinowski

Reputation: 19021

This looks like a component of Resharper is crashing, you'll want to follow up with JetBrains to see if they have a newer version available with the fix.

Upvotes: 1

Related Questions