We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39d8c7 commit 7e98267Copy full SHA for 7e98267
1 file changed
x64dbgpython/x64dbgpython/plugin.cpp
@@ -90,7 +90,9 @@ void PluginHandleMenuCommand(CBTYPE cbType, PLUG_CB_MENUENTRY* info)
90
}
91
case menu_entry::MENU_STOP_SCRIPT:
92
{
93
- g_Interupt = true;
+ if ((g_IsScriptRunning) && (!g_Interupt))
94
+ g_Interupt = true;
95
+
96
break;
97
98
case menu_entry::MENU_ABOUT:
0 commit comments