This is a tool I use daily and the open file prompt makes I even a more powerful tool.
I run just about ever app and eep through the tracer to make sure it's solid and the amount of minor loopholes I find are amazing even if the routines end results are correct. On Mon, 28 Jun 2021, 2:00 pm A. Razzak Memon, <[email protected]> wrote: > Monday, June 28, 2021 > > Tip of the Day: TRACE Command and Open File Prompt > Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5) > Build.........: 10.5.3.20624 or higher > Sections......: Commands > Keywords......: TRACE, File Name, Debugger > > Did you know that when the TRACE command is entered without a file > name, or parameters, a file-open dialog will now display, allowing > the user to choose the file to be traced? > > The improved logic is more helpful to display the standard file-open > dialog, allowing users to choose the file to be traced. > > The TRACE command starts the R:BASE interactive debugger. It allows > you to go through the command file line-by-line to facilitate > debugging the code. > > The Trace Debugger pinpoints exactly where errors occur by allowing > you to do the following: > > . View the results of commands > . Find problems in application logic or command syntax > . Process individual commands, one at a time > . Process blocks of commands > . Display variables, monitor their values, and break processing > . Change variable values > . Save debugging configurations for the next debugging session > > As opposed to the RUN command, which just executes the instructions > in a command file, the Trace Debugger opens code and lets you observe > the commands and variables as the instructions are processed. > > Very Best R:egards, > > Razzak. > > https://www.rbase.com > http://www.facebook.com/rbase/ > > > -- > For group guidelines, visit > http://www.rbase.com/support/usersgroup_guidelines.php > --- > You received this message because you are subscribed to the Google Groups > "RBASE-L" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rbase-l/0MehX4-1lZSOX0Fjs-00OEQS%40mrelay.perfora.net > . > -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rbase-l/CABnhDASvi2nX%2BsjfQM4mCfpwqvq76eXRaQkZ2VzkhLJmTAM9Aw%40mail.gmail.com.

