forked from qt-creator/qt-creator
CdbExt: Make max array size configurable.
Change-Id: I1bbf028e94160701726afc6cad1f4f529287a451 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -50,7 +50,7 @@ const char *ExtensionContext::breakPointStopReasonC = "breakpoint";
|
||||
\ingroup qtcreatorcdbext
|
||||
*/
|
||||
|
||||
Parameters::Parameters() : maxStringLength(10000), maxStackDepth(1000)
|
||||
Parameters::Parameters() : maxStringLength(10000), maxArraySize(100) ,maxStackDepth(1000)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user