jaridmargolin / inspect-process

🔍 Dead simple debugging for node.js using chrome-devtools.
425 stars 26 forks source link

Persist breakpoints across sessions? #30

Open mightyiam opened 7 years ago

mightyiam commented 7 years ago

I find myself having to set breakpoints all over again, after I "lose" my bug and the execution terminates.

jaridmargolin commented 7 years ago

I agree this is less than ideal. I think the problem could be solved with a mechanism to "restart" the process.

jaridmargolin commented 7 years ago

For reference: https://github.com/eugeneo/node-restarter