Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
Change Maximum displayed lines in Call stack view
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Change Maximum displayed lines in Call stack view (Read 3402 times)
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.
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
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.
Logged
(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!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
Change Maximum displayed lines in Call stack view