forked from qt-creator/qt-creator
debugger: make maximal number of stack entries configurable
This commit is contained in:
@@ -37,11 +37,9 @@
|
||||
|
||||
using namespace Debugger::Internal;
|
||||
|
||||
StackFrame::StackFrame(int l) :
|
||||
level(l),
|
||||
line(0)
|
||||
{
|
||||
}
|
||||
StackFrame::StackFrame(int l)
|
||||
: level(l), line(0)
|
||||
{}
|
||||
|
||||
bool StackFrame::isUsable() const
|
||||
{
|
||||
@@ -183,6 +181,7 @@ bool StackHandler::isDebuggingDumpers() const
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// ThreadsHandler
|
||||
|
||||
Reference in New Issue
Block a user