mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
stack command: -full flag prints local variables and arguments of all the functions on the stack trace
This commit is contained in:
@ -327,5 +327,5 @@ func (thread *Thread) Scope() (*EvalScope, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return &EvalScope{Thread: thread, PC: locations[0].PC, CFA: locations[0].CFA}, nil
|
||||
return locations[0].Scope(thread), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user