Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done Tooltips should show variable value

Jul
1
0
When you hover your mouse over a variable, a tooltip should pop up displaying the value of the parameter.
 
Are you referring to the batch debugger? It already does that (provided the variable exists).
Do you mean BDEBUGGER file.btm ... hover on %varname in the editor? I don't see any tooltips.
 
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])?
 
P.S., They work if you're just editing (not having done "Start debugging").
 
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

Back
Top