Skip to content

Visual Studio 2022 Mac does not stop at breakpoints #1254

Answered by marceartist
marceloarteaga asked this question in Q&A
Discussion options

You must be logged in to vote

I got the breakpoints to work by attaching the AWS .NET Core 6.0 Mock Lambda Test Tool dll to the process:

dotnet Amazon.Lambda.TestTool.BlazorTester.dll.

Steps:

  1. Configure the Project to use AWS .NET Core 6.0 Mock Lambda Test Tool.
  2. Place a breakpoint
  3. Debug project
  4. Attach the AWS .NET Core 6.0 Mock Lambda Test Tool dll to the process. Menu: Debug, option: Attach to Process...
  5. Press the button: Execute function.

The process must stop at the breakpoint:

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ashishdhingra
Comment options

@marceartist
Comment options

Comment options

You must be logged in to vote
1 reply
@derekvantonder3DD
Comment options

Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. module/lambda-test-tool
5 participants