Debugger interface coming back empty--no buttons or anything

Options
I'm debugging a function and hit an interesting situation: The debugger itself seems to be having trouble. All of a sudden, it gives no results and has no buttons. Here's a video of it in action: https://youtu.be/ed8AqMOFqK0s

(The function is currently pretty slow, so you have to wait for a while after I click "Run" before you see the bug.)

 , I'll DM you a link to that function.

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    You will need to run it without including the Debug information. Otherwise there is simply too much data for the debugger and that's why you are experiencing a lack of a response and debug info. The check box to include or not include debug info is designed for this use case with very large function stacks so that you can still run it and receive the response in case the debugger info would be overloaded otherwise