Debug

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 556
Joined: Thu Jan 28, 2010 9:34 am

Debug

#1 Post by omni »

Roger,

Cannot find docs to WTF. Now sure what words to use to find it, or how its called.
I have not loaded 2.0 yet, but need to start playing with it. Guess I need your latest release also.

Thanks

Fred
Omni

bwolfsohn
Posts: 651
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: Debug

#2 Post by bwolfsohn »

omni wrote:Roger,

Cannot find docs to WTF. Now sure what words to use to find it, or how its called.
I have not loaded 2.0 yet, but need to start playing with it. Guess I need your latest release also.

Thanks

Fred
Omni
wtf myvar,myver2,myvar3 [pause]
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
breadmanbrian@bsky.social
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
rdonnay
Site Admin
Posts: 4829
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Debug

#3 Post by rdonnay »

Cannot find docs to WTF.
The documentation is under DCDEBUG. I also made it work as WTF because everyone kept forgetting about DCDEBUG.
People who use WTF never seem to forget the command.

I will make sure to add it to the documentation.

Code: Select all

#xtranslate WTF <vars,...> ;
          [WINDOW <nWindow>] ;
          [COLOR <nbFgColor> [,<nBgColor>]] ;
          [PAUSE <bPause>] ;
          [<lPause:PAUSE>] ;
          [WHEN <bWhen>] ;
          [<lAlways:ALWAYSONTOP>] ;
          =>  ;
          DC_DebugBrowse( {<vars>}, {<(vars)>}, <nWindow>, <nbFgColor>, <nBgColor>, ;
                          [<.lPause.>] [<bPause>], [<.lAlways.>], <bWhen> )
The eXpress train is coming - and it has more cars.

omni
Posts: 556
Joined: Thu Jan 28, 2010 9:34 am

Re: Debug

#4 Post by omni »

Just downloaded your latest version. Password does not work to install it.
Must have changed since my last version update to Express.

Thanks
Fred
Omni

User avatar
rdonnay
Site Admin
Posts: 4829
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Debug

#5 Post by rdonnay »

Send me an email. I will give you the password.
The eXpress train is coming - and it has more cars.

Post Reply