hi,
i thought this could be a nice feature to have.
We have the watch window where we can explore the content of an object when a breakpoint is hit
We have the log window where we can log data in real time, but the view scroll with each new log
however, we miss some sort of real time watch and it could be really useful to have
The idea is simple: It would work mostly like a log (you pass the function the "name" of the variable/parameter/stuff and the string containing the data to be displayed) but then it stays at a fixed position.. something like
LogWatch("voltage","5.0V")
will add a line in the watch view, titled voltage and displaying 5.0V
LogWatch("voltage","2.5V")
since voltage is already present, update the content of voltage to 2.5V
I usually have a number of logs going on from different tasks, it gets tideous to keep track of everything
i thought this could be a nice feature to have.
We have the watch window where we can explore the content of an object when a breakpoint is hit
We have the log window where we can log data in real time, but the view scroll with each new log
however, we miss some sort of real time watch and it could be really useful to have
The idea is simple: It would work mostly like a log (you pass the function the "name" of the variable/parameter/stuff and the string containing the data to be displayed) but then it stays at a fixed position.. something like
LogWatch("voltage","5.0V")
will add a line in the watch view, titled voltage and displaying 5.0V
LogWatch("voltage","2.5V")
since voltage is already present, update the content of voltage to 2.5V
I usually have a number of logs going on from different tasks, it gets tideous to keep track of everything