canjs / devtools

Chrome DevTools for CanJS.
https://chrome.google.com/webstore/detail/canjs-devtools/hhdfadlgplkpapjfehnjhcebebgmibcb
MIT License
5 stars 0 forks source link

Restore breakpoints with a dedicated message #98

Closed cherifGsoul closed 4 years ago

cherifGsoul commented 4 years ago

Closes #93

Adds the ability to add breakpoints at once instead of loop through when refreshing the page in order to separate the devtools thread from the user thread.

Thank you @phillipskevin , I added the test.