Code::Blocks Forums

User forums => Help => Topic started by: darksquall57 on March 20, 2015, 05:01:40 pm

Title: Change Maximum displayed lines in Call stack view
Post by: darksquall57 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.
Title: Re: Change Maximum displayed lines in Call stack view
Post by: oBFusCATed 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.