Stay organized with collections
Save and categorize content based on your preferences.
Umar Hansa
There are a few keyboard shortcuts when dealing with the debugger. A few are:
Toggle a breakpoint while on a line: Cmd + B
Select the next call frame: Ctrl + .
Select the previous call frame: Ctrl + ,
Also, you may notice from a few Dev Tips ago (21. highlight paused statement) that when you navigate through the call stack, the exact column is highlighted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2015-05-18 UTC."],[],[]]