Subject highlight colour in debugger
From Gaetano <gaetanodd@hotmail.com>
Date Fri, 11 Dec 2020 20:27:25 +1000
Newsgroups dbase.getting-started


Hi all,

When I run the debugger in dBase 2019, the highlight for the current
program step is plain white. This makes the line unreadable for any
characters where the font colour is white.

Example, in the following line, "stuff" and "at" automatically get the
orange font colour for dBase functions, the rest is white, so the only
words I see when the debugger steps into that line are "stuff" and "at"

cRet := stuff( cRet, at( cStrip, cRet ), nLen, cNew )

The highlight in the IDE is light grey for the program editor, is it
possible to change the highlight colour for the debugger to the same colour?

Thanks,
Gaetano.