|
Sep
28
2007
|
awDebugger v1.1 released!Written by Matías Flores |
awDebugger v1.1 was just released! You can download a free trial of this release from our Downloads section.
The new features/improvements included in this version are:
· A Watch Window was implemented, for keeping a list of expressions to be evaluated after processing each debugging command.
· Tooltips are now displayed in the source code viewer when the mouse cursor is over a variable or equate name, displaying the variable name, data type and current value.
· If there is any text selected in the source code viewer and the mouse cursor is over the selected text, awDebugger now evaluates the selected text as a Clarion expression and displays the resulting value in a tooltip.
· Ability of selecting the thread currently in view (the thread whose information is displayed in both the Stack Trace and Registers windows).
· All OutputDebugString calls done from the application being debugged can be optionally forwarded after they are processed and consumed by awDebugger (this allows you to capture them in DebugView from SysInternals, or similar software).
· Ability of specifying command line parameters to be passed on when launching the application to debug.
· Project-specific options from the general Options dialog now can be defined when launching the application to debug (project folder, redirection file, etc.). This options will be remembered the next time you launch the same application from awDebugger.
· Now you can choose which kind of message will be written to the log when a tracepoint is hit (info, warning or error message).
· A new context menu was added to the Global Data and Stack Trace windows with the following options: Locate in Memory Window, Copy value to clipboard, Copy offset to clipboard, Expand all & Contract all.
· The Properties Grid now also displays properties for global and local variables.
Thanks to all awDebugger users for their suggestions!

Blog
Today we finally released awDebugger, a new Clarion debugger designed for those Clarion developers who hate to spend their valuable time debugging applications!!!