Replies: 1 comment
-
@rcdailey Good afternoon. Please verify if you followed instructions below:
Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't really want paths to global tools in my
launchSettings.json
; I think this is just bad practice and also makes it difficult to support cross platform run configurations. I have the belowlaunchSettings.json
which works fine when I run it from Rider:However, I'm not able to hit breakpoints when I launch this run configuration from Jetbrains Rider using Debug mode. Is there some way I can use the
dotnet
CLI tool to kick off the test tool but still be able to attach to it for debugging breakpoints?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions