Author Topic: Change Maximum displayed lines in Call stack view  (Read 2348 times)

Offline darksquall57

  • Multiple posting newcomer
  • *
  • Posts: 23
Change Maximum displayed lines in Call stack view
« on: March 20, 2015, 05:01:40 pm »
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Change Maximum displayed lines in Call stack view
« Reply #1 on: March 20, 2015, 08:36:23 pm »
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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]