My recent project is
postMessage(), when a script breakpoint in Firebug is hit and resume, it stops further script execution.
To reproduce it:
1. Navigate to
http://jsfiddle.net/y4L0aaz1/7/2. Open Firebug console tab, click on "Send" button.
3. You should see 10 lines being logged
4. Open Firebug script tab -> select y4L0aaz1/7/show -> Inline
5. Add a breakpoint for line 26:
console.log(event);6. Click on "Send" button again
7. Firebug breakpoint should be hit, click "Continue (F8)"
8. Only one line is logged, expect 10 lines to be logged.
I like Firebug very much, but I cannot use it for my project because of above issue. Can you please fix this issue.
Regards
Paul Li