Visual Studio 2022 Mac does not stop at breakpoints #1254
-
Using Visual Studio 2022 Mac Project Configuration used: External Program Working Directory Terminal Output
Any observation that would be useful to make the debugging stop at breakpoints? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@marceloarteaga I was able to reproduce the issue where breakpoints are not hit when using Visual Studio 2022 for Mac. Using the same project in Jetbrains Rider hits the breakpoint successfully with test tool. Reproduction steps:
@normj Please advise if some additional step is required for Visual Studio 2022 for Mac. |
Beta Was this translation helpful? Give feedback.
-
In the test tool when you click the |
Beta Was this translation helpful? Give feedback.
-
I got the breakpoints to work by attaching the AWS .NET Core 6.0 Mock Lambda Test Tool dll to the process:
Steps:
|
Beta Was this translation helpful? Give feedback.
I got the breakpoints to work by attaching the AWS .NET Core 6.0 Mock Lambda Test Tool dll to the process:
Steps:
The process must stop at the breakpoint: