variables in debugger
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
variables in debugger
Hi, Is there any way to hide the $ variables in the debugger, or better yet, show only selected variables?
Thank you very much in advance.
Thank you very much in advance.
Re: variables in debugger
Hi.
First, open the script of stack "revDebugger" (or "revDebuggerLibrary")
Look for the function "revDebuggerValidGlobalNames" around line 223. Replace it with:
You will have to do this every time you upgrade LC, but it is such a pleasure. Thierry is the one to thank.
Craig Newman
First, open the script of stack "revDebugger" (or "revDebuggerLibrary")
Look for the function "revDebuggerValidGlobalNames" around line 223. Replace it with:
Code: Select all
function revDebuggerValidGlobalNames
local tGlobalsRaw
put the globals into tGlobalsRaw
replace comma with return in tGlobalsRaw
filter tGlobalsRaw without "*(x86)"
filter tGlobalsRaw without "$*"
filter tGlobalsRaw without "grev*"
replace return with comma in tGlobalsRaw
return tGlobalsRaw
end revDebuggerValidGlobalNames
Craig Newman
Re: variables in debugger
Did you see in LC 8 they now have a toggle for removing the $ vars?
Simon
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: variables in debugger
DUNBARX. Ok. I will study it.
SIGMUND: I'm working with LC7, because LC8 gave me problems when I tried it a few months ago, but I think I'll try again.
Thank you both for your answers.
Gracias.
SIGMUND: I'm working with LC7, because LC8 gave me problems when I tried it a few months ago, but I think I'll try again.
Thank you both for your answers.
Gracias.

Re: variables in debugger
Fermin wrote:SIGMUND:...



Re: variables in debugger
It was a Freudian slip.
Craig
Craig
Re: variables in debugger
Tell me about your mother...
Do you feel she was a variable?
Simon
Do you feel she was a variable?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: variables in debugger
...sometimes a variable is just a variable.
PowerDebug http://powerdebug.ahsoftware.net
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
Re: variables in debugger
I'm so sorry, SIMON. I just saw the error. I do not speak good English and use the help of Google Translator. I usually always go over what I write, like this time, but I confess that I have not noticed the names. I ask sincerely apologize and will try not happen again.
Although this time I do not see that Google T. has changed the name ... it may have been the word processor ... or my own subconscious (Grrrr ... Frrrreeeud !!!). Anyway. Again I apologize.
Although this time I do not see that Google T. has changed the name ... it may have been the word processor ... or my own subconscious (Grrrr ... Frrrreeeud !!!). Anyway. Again I apologize.
Re: variables in debugger
No worries Fermin, we all got a good chuckle out of it. (I wonder what Google Translate will do with that sentence?)
Keep on LiveCoding!
Simon
Keep on LiveCoding!
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!