Projects large and small get delivered faster and easier with the support of a capable, fully integrated debugger. All Visual DataFlex Studio debug widows are fully configurable. When the Studio is in Debug mode, your program is either running (executing), or in "break mode". All debug windows are available from the Debug menu. Debugger features...
Fully integrated and embedded in the Studio
You dont know its there until you need it
Live source code can be edited while debugging
Separate debug window configuration
Breakpoints
Unlimited
Persistent
Set / Remove / Enable Disable
Variable window
Separate Local and Global windows
Structs and Arrays are displayed in tree views
Variables can be altered
Easily added to the watch window
Watch Window
Evaluates variables and expressions
Persistent settings
Drag and drop support
Serves as an expression evaluator
Can be used for any level of the call stack
Call Stack
Shows a stack of all method calls
Changing to any line brings source code, variable and watch windows in-scope
Tables
Shows all table / column values
Easily added to the watch window
Tracer
View history of messages
Double-clicking on any line in the trace window takes developer to source code for that message