Unable to Debug Lambda locally in Rider

I'm using Jetbrains Rider with Mock Lambda Test Tool and for some reason I am unable to Debug my code with the tool - the Debug button in Rider is just greyed out:

Here is my Run/Debug Configuration:

 

And this is my launchSettings.json file:

 

The Mock Lambda Test Tool launches fine in the browser fine when just clicking "Run", but can't Debug in that mode.

 

Any help or pointers would be great

0
1 comment

Hello Zach,

Unfortunately, this is a known issue. The reason is that Rider doesn't support "Executable" commandName yet, see https://youtrack.jetbrains.com/issue/RIDER-24263

Current workaround would be to define a ".NET Executable" run configuration (Rider supports both .NET Core and .NET Framework executables debugging through it), something like that:

 

1

Please sign in to leave a comment.