silky / ideas

:bulb: various ideas
https://github.com/silky/ideas/issues
MIT License
20 stars 2 forks source link

radioactive debugging #665

Open silky opened 2 years ago

silky commented 2 years ago

you tag a variable, and then you get to see how it changes through-out it's lifetime through the call stack, and where.

related ideas:

Porges commented 2 years ago

search term: provenance

related ideas: taint (Perl, Ruby)

Porges commented 2 years ago

some tools (Resharper?) can, upon clicking a variable, show you all paths to or sources that that variable can be populated with