Hi everyone,
Is there a way to change the maximum displayed lines in the call stack view ?
Because in my case, it should display more than 30 lines, and it happens to me very often.
Unfortunately, no other than modifying the code.
A workaround you can use is to execute the command "bt xxx" manually in the debugger's log command entry.
I had some plans in the pass to add ui for this, but I'm not sure how to do it.