Project

General

Profile

Statistics
| Revision:

vdfsplat / AppSrc / cDebuggerEngine.pkg @ 58

History | View | Annotate | Download (30.8 KB)

# Date Author Comment
56 06/25/2019 12:58 AM Wil van Antwerpen

Moving to a branch so we can continue to use it under Hammer3

43 09/20/2015 09:35 PM Wil van Antwerpen

Change Splat application icon when running under a debugger (running splat under splat was a bit confusing)
Update breakpoints grid immediately, enable/disable breakpoints, context menu under breakpoints grid.

42 09/18/2015 04:32 PM Wil van Antwerpen

Improving QuickInfo and evaluating properties

38 09/16/2015 10:40 PM Wil van Antwerpen

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.

37 09/16/2015 02:23 PM Wil van Antwerpen

VdfSplat.src, change notification on set/remove breakpoints to only notify if not successful.
vdfdbg.vw, change width of columns on callstack, reload breakpoint grid on switching tab page to breakpoints.
ObjectInspector.pkg, display current object (eg. Self) in bold...

28 09/11/2015 11:06 AM Wil van Antwerpen

Only add breakpoint to BP array if not already in there.

27 09/10/2015 06:55 PM Wil van Antwerpen

currentline fix for when editor did not have the focus yet.
Variable evaluation on hover on breakpoints and step mode.

23 09/09/2015 06:14 PM Wil van Antwerpen

Saving breakpoints wasn't working as the debuggee filename set cleared before saving the breakpoints. As a result VdfSplat didn't know where to save the details.
The focus issues with the debugger tool views in the tabdialog are now fixed by putting them into containers.

20 09/08/2015 04:52 PM Wil van Antwerpen

Adding breakpoint logic, fixing some issues on the ObjectInspector

10 12/18/2013 06:25 AM Wil van Antwerpen

Added dbg file runtime version detection
Added VDF14.0, VDF14.1, VDF15.0, VDF15.1, VDF16.0, VDF 16.1 and VDF17.0 support for the debugging component.

8 12/16/2013 04:44 PM Wil van Antwerpen

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

7 12/15/2013 11:28 AM Wil van Antwerpen

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...