Plugin debugger can't be stopped

Reproduction Steps

1) Create any plugin
2) Enable plugin debugger:

3) Set a breakpoint at any line
4) Run the plugin

Expected Behavior

When the debugger stops at the breakpoint line, it should be able to be stopped, as a normal script debugging.

Actual Behavior

When the debugger stops at the breakpoint line, the stop button is disabled.

image

Edit

Sometimes, I can’t even close Studio, so I have to abort it via Windows Task Manager

And, even closing and reopening Studio, the “Resume” button is still active!

Workaround

I have to close Studio and reopen it in order to stop the plugin debugger.

Issue Area: Studio
Issue Type: Freezing
Impact: High
Frequency: Constantly

1 Like

Having same issue. Plugin debugger cannot be exited until all breakpoints are reached due to the stop button being disabled. Only workaround is to temporarily disable ALL breakpoints entirely and click resume, which isn’t ideal if you are debugging multiple scripts since you won’t be able to stop them at their breakpoint line if they are all disabled.

1 Like

Thanks for the report! We’ll investigate.

3 Likes

Any news?
It’s being very difficult to debug a plugin because of this bug.

We have feature improvements planned for plugin debugging and this will be addressed when those ship. Thanks!