You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Developers must have ability to stop a lambda function execution with the red stop button or the Ctrl + F2 combination (default IntelliJ keystroke) To reproduce
I hit Shift F9 key stroke on IDEA to debug the last lambda function that I wanted to. However, I had forgotten to start the docker service on my computer before doing so. There is no way to stop the sam build or attempted execution. Further, instead of failing gracefully, I just got an IDE error as follows: I hit Shift F9 key stroke on IDEA to debug the last lambda function that I wanted to. However, I had forgotten to start the docker service on my computer before doing so.
Expected behavior
I should be able to stop by pressing a red stop button or the ctrl + F2 key stroke. Screenshots
Your Environment
OS: Windows 10
JetBrains product: IntelliJ IDEA
JetBrains product version: latest
AWS Toolkit version: 1.23-203
SAM CLI version: latest
JVM/Python version: 3.8
Additional context
The text was updated successfully, but these errors were encountered:
sdole
added
the
bug
We can reproduce the issue and confirmed it is a bug.
label
Feb 4, 2021
sdole
changed the title
No stop button (Ctrl + C)?
No stop button (Ctrl + F2)?
Feb 4, 2021
Describe the bug
Developers must have ability to stop a lambda function execution with the red stop button or the Ctrl + F2 combination (default IntelliJ keystroke)
To reproduce
I hit Shift F9 key stroke on IDEA to debug the last lambda function that I wanted to. However, I had forgotten to start the docker service on my computer before doing so. There is no way to stop the sam build or attempted execution. Further, instead of failing gracefully, I just got an IDE error as follows:
I hit Shift F9 key stroke on IDEA to debug the last lambda function that I wanted to. However, I had forgotten to start the docker service on my computer before doing so.
Expected behavior
I should be able to stop by pressing a red stop button or the ctrl + F2 key stroke.
Screenshots
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: