Debugging through the dotnet
CLI tool
#1836
-
I don't really want paths to global tools in my {
"profiles": {
"My.Lambda.Function": {
"commandName": "Executable",
"commandLineArgs": "lambda-test-tool-8.0 --port 5050",
"executablePath": "dotnet"
}
}
} 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 Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@rcdailey Good afternoon. Please verify if you followed instructions below:
Thanks, |
Beta Was this translation helpful? Give feedback.
@rcdailey Good afternoon. Please verify if you followed instructions below:
Thanks,
Ashish