History | View | Annotate | Download (18.2 KB)
changed layout of debugger view, added some sort of logic for not showing evals on tooltips for keywords, add debugger restart logic, fixed some icon assignments, fixed off by one line error in breakpoint activation
Moving to a branch so we can continue to use it under Hammer3
Always enable source file open. DD: Foreign_field options was broken for vdf14.1 and earlier. TableName was broken for anything earlier as DF18.0 Added bunch of extra settings on table tab. Extend parent list with ParentNoSwitch/NullAllowed
Found codemax sometimes numbers lines and columns from 0 instead of 1. This could trigger a 1-off error when setting breakpoints and as a result the breakpoint would not stop where it was expected.
Improving QuickInfo and evaluating properties
cDebuggerEngine.pkg, add source line to breakpoint, if debug was started from command line, then quit debugger on stopping debug session. ObjectInspector.pkg, first draft of DD viewer. Application caption now has debugged binary name, statushelp has edited file.
currentline fix for when editor did not have the focus yet. Variable evaluation on hover on breakpoints and step mode.
statusbar add line number, small fixes
Adding breakpoint logic, fixing some issues on the ObjectInspector
DataFlex 18.0 support, fix for 32 bits host OS
Codemax control will now load the Visual DataFlex language from the language file as defined by DAW. This means that the code is now properly colored in the codemax control.
Fix VDF version compatibility dependency on the codemax activex control and added different .sws workspace versions.
Renaming files to be more consistent, making debug classes version dynamic. Debugger engine itself is now loaded at runtime instead of at view create time. code cleanup
Added new icons from the eclipse project Moved some code around, added disabled icons, which worked for a bit and then ended up messing with the normal icons. That turned out to be an issue in the commandbar icon loading which I patched by including some code from VDF17.1...