Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LogPoint Issue + Add IgnoreResponseOrder in DAR #1208

Merged
merged 8 commits into from
Aug 31, 2021

Commits on Aug 28, 2021

  1. Fix LogPoint Issue

    Customer reported in v1.6.0 that LogPoints stopped working.
    This was due to IDebugBreakpointEvent2.EnumBreakpoints returning the
    same IEnumDebugBoundBreakpoints2.
    
    The fix was to save IDebugBoundBreakpoint2[] in the event and return a
    new IEnumDebugBoundBreakpoints2 object per call.
    
    Added a test for logpoints and fixed up ConsoleEvent to be OutputEvent
    since thats what it should actually be.
    WardenGnaw committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    8078acd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Address PR issues

    WardenGnaw committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    88658a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92963c8 View commit details
    Browse the repository at this point in the history
  3. Try different regex

    WardenGnaw committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    514d90c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    8b6fc92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7249fbd View commit details
    Browse the repository at this point in the history
  3. Addressing PR issues

    WardenGnaw committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    61e9ef8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c96d7b View commit details
    Browse the repository at this point in the history