-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Stacks toolview contains list of stacks (L1), list of frames in selected stack (L2). L2 works like stack in debugger session, i.e. it allows to position cursor on source locations.
Inserting new stack to L1
Method 1
Press "new stack", paste backtrace from GDB. Optionally type name and notes. Name is selected automatically as lowest frame in stack. It is possible to select any frame for name.
Method 2
From debugger session press "save stack". Config setting: whether to ask for name or choose one automatically.