mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 13:57:33 +08:00
terminal: increase default maximum depth of stack command
This commit is contained in:
@ -1366,7 +1366,7 @@ type stackArgs struct {
|
|||||||
|
|
||||||
func parseStackArgs(argstr string) (stackArgs, error) {
|
func parseStackArgs(argstr string) (stackArgs, error) {
|
||||||
r := stackArgs{
|
r := stackArgs{
|
||||||
depth: 10,
|
depth: 50,
|
||||||
full: false,
|
full: false,
|
||||||
}
|
}
|
||||||
if argstr != "" {
|
if argstr != "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user