▲ | truetraveller 5 days ago | ||||||||||||||||||||||
This is something that does not require a debugger perse. this is something that can be implemented by a "smart" log. beside the log entry there might be a button to see the trace + state at those points. could even allow log() to have an option for this. | |||||||||||||||||||||||
▲ | nananana9 5 days ago | parent [-] | ||||||||||||||||||||||
But you have to
3. can take quite a while on some projects, and 5. can take quite a while too for long-running programs.And then you see the result of what you printed, figure out you need something else as well, and repeat. Instead you can just trigger a breakpoint and inspect the entire program's state. | |||||||||||||||||||||||
|