Bug 1172572 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR

1. go to https://appear.in/firefox-debugger
2. step-in

ER: inside of C
AR: inside of A


I think this is because when a call is at the beginning of a statement we place the breakpoint at the statement..

NOTE: chrome places the bp at the call.
STR

1. go to https://appear.in/firefox-debugger
2. step-in

ER: inside of C
AR: inside of A


I think this is because when a call is at the beginning of a statement we place the breakpoint at the statement..

NOTE: chrome places the bp at the call.

NOTE: I can be persuaded that what we're doing is _right_ because we stop at the beginning, but now that we have column bps i feel like we can be more opinionated. e.g. if the user wants to stop at a() they can.

Back to Bug 1172572 Comment 5