Matt Zeunert
Matt Zeunert
This should appear in the left-hand column when implemented. It should describe what the breakpoint does, as well as its limitations.
This happens when compilation of a test fails.
See screenshot to see the problem. The getter for localStorage.setItem isn't reset after deleting the breakpoint. Having said that... I'm not sure if there are any practical benefits to doing...
The debuggerFunction now has a details parameter, which should help a little.
I don't like the idea of having a console.log every time you hit a breakpoint. That's the opposite behavior of a BP. We could have a string variable containing the...
Tricky to do, but go ahead and have fun.
I agree this would be nice, but I don't anticipate having time to do this myself.
Thanks Kris, I've moved it to not modify Promise.js. I haven't found a way to pass the arity to the conversion function without modifying Promise.js, so for now it assumes...