Reputation: 433
I know using Windows we only need to press F8 to continue a breakpoint. Though in Mac OS X F8 doesn't seem to work. I tried Shift+F8, too, but that also doesn't work.
So what is the correct keyboard shortcut for continuing the script execution when halted on a breakpoint?
Upvotes: 1
Views: 76
Reputation: 781878
The keyboard shortcut is F8 on Mac, too, as you can see in the shortcuts page in the Firebug wiki. But if you have the Use all F1, F2, etc. keys as standard function keys option unchecked in the Keyboard system preferences, you'll need to press Fn+F8 to send it.
Upvotes: 2