Done Tooltips should show variable value

Jul 26, 2019
1
0
When you hover your mouse over a variable, a tooltip should pop up displaying the value of the parameter.
 
You have to be debugging, not editing.
I still don't see any tooltips ... debugging this
Code:
echo %path
do forever
    echo %_do_loop
    delay 1
enddo

... hovering on "%path" or "%_do_loop" ... whether waiting to step or running to a (non-existent) breakpoint.

Is it possible that tooltips are turned off (the sort of thing I'd do)?
 
OK, I had them turned off. Should there be two "DebuggerToolTips" in the INI file (one in [4nt] one in [Debugger])?
 
Hmmm! I have (admittedly a hand-me-down from way back).

Code:
[Debugger]
DebuggerToolTips=No
left=142
top=176
right=1029
bottom=738
Docked=0
 

Similar threads