31i73 / atom-dbg

An Atom package - An interactive debugger frontend
https://atom.io/packages/dbg
MIT License
30 stars 4 forks source link

Add watch expressions #2

Open janosimas opened 7 years ago

janosimas commented 7 years ago

It would be great to be able to add variables to a "watch panel" or watch expressions at each step.

ProPuke commented 7 years ago

It would!

pablomayobre commented 7 years ago

Any news on this? It would be great.

Also not only watch expressions but changing values on the go is something that can be done in a similar fashion.

I have also seen debuggers that allow you to add assertions to breakpoints so it only breaks if the condition is met

ProPuke commented 7 years ago

Nothing to report yet, but I will be adding this :]

T0maas commented 2 years ago

This feature would be useful. There should be also hover function to show value of variable.