Unable to invoke Python debugger
已回答
Regardless of the python code I am running when I try to start the debugger I get the following message.
"Cannot add an action twice. Resume program (Resume program execution).
Could someone point me toward a direction for resolution? Which action is being added multiple times? If I run the code without the debugger it runs fine.
I get this error message regardless of the python script that I am trying to execute. All of them run fine without the debugger.
请先登录再写评论。
Hi Gautambiswas2004,
Is it in IntelliJ? Do you have added extra resume action to the Debug Tool Window Left Toolbar (settings/ menus and toolbars) https://youtrack.jetbrains.com/issue/IDEA-159754#comment=27-1567909 ?
Yes, that was the problem. Thank you for the suggestion and the workaround.