GdbMiSession.stackInfoDepth

MiPendingCommand stackInfoDepth(int maxDepth = - 1) @trusted

Gets the depth of the stack.

Parameters

maxDepthOptional maximum depth to check.

Returns

A pending command for -stack-info-depth.

Example:

session.stackInfoDepth(10);