.NET6 Lambda Test Tool hangs when running Debug with Rider #1163
-
Describe the bugIn a simple Lambda project I have I can run the test tool without a debugger fine: When I run it with Debug (in Rider) the test tool hangs and doesn't make any progress: Expected BehaviorThe test tool runs in Debug. Current BehaviorThe test tool hangs in Debug. Reproduction StepsI've created an example project here which demonstrates the issue I am having. Note that I've created a launchSettings.json file for starting the debug tool. Possible SolutionNo response Additional Information/ContextNo response AWS .NET SDK and/or Package version usedAmazon.Lambda.Core 2.1.0 Targeted .NET Platform.NET6 Operating System and versionWindows 10 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @NRKirby, Good morning. Unfortunately, I'm unable to reproduce the issue, Lambda Test Tool with JetBrains Rider works fine on my system (refer the below screenshot). Have you followed the steps at https://github.com/aws/aws-lambda-dotnet/tree/master/Tools/LambdaTestTool#configure-for-jetbrains-rider properly for JetBrains Rider configuration. Kindly note that the Exe path for .NET 6.0 test tool is This appears to be your environmental issue. You may try uninstalling the Lambda Test Tool and reinstalling the latest version (more instructions at https://github.com/aws/aws-lambda-dotnet/tree/master/Tools/LambdaTestTool#installing-and-running). NOTE: I tested this on Mac, not on Windows, bur steps are almost similar. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Always Reproduces for my dev team (10ppl). |
Beta Was this translation helpful? Give feedback.
Hi @NRKirby,
Good morning.
Unfortunately, I'm unable to reproduce the issue, Lambda Test Tool with JetBrains Rider works fine on my system (refer the below screenshot).
Have you followed the steps at https://github.com/aws/aws-lambda-dotnet/tree/master/Tools/LambdaTestTool#configure-for-jetbrains-rider properly for JetBrains Rider configuration. Kindly note that the Exe path for .NET 6.0 test tool is
/Users/<<username>>/.dotnet/tools/.store/amazon.lambda.testtool-6.0/0.12.1/amazon.lambda.testtool-6.0/0.12.1/tools/net6.0/any/Amazon.Lambda.TestTool.BlazorTester.dll
assuming version0.12.1
of the test tool is installed.This appears to be your environmental issue. You may try uninstalling t…