PCSX2 Documentation/GNU Debugger Tips: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
*limit the trace to the Nth lastest: <code>backtrace <N></code>
*limit the trace to the Nth lastest: <code>backtrace <N></code>
*go to a specific stack: <code>frame <STACK_ID></code>
*go to a specific stack: <code>frame <STACK_ID></code>
*go up 1 frame: up
*go up 1 frame: <code>up</code>
*go down 1 frame: down
*go down 1 frame: <code>down</code>


==Step by step execution==
==Step by step execution==
ninja
782

edits

Navigation menu