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

Improve debugger stability #457

Merged
merged 13 commits into from
Jan 14, 2021
Merged

Improve debugger stability #457

merged 13 commits into from
Jan 14, 2021

Commits on Jan 10, 2021

  1. remove legacy io_request handlers

    we don't support OTP < R15B
    lukaszsamson committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    01c8bee View commit details
    Browse the repository at this point in the history
  2. rescue MatchError in :int calls

    Fixes #455
    lukaszsamson committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    ec5fdda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    081065b View commit details
    Browse the repository at this point in the history
  4. return WireProtocol.send error to the caller

    no need to IO.warn if write fails
    lukaszsamson committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    1d74fc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5cec56 View commit details
    Browse the repository at this point in the history
  6. inspect error

    lukaszsamson committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    676a666 View commit details
    Browse the repository at this point in the history
  7. monitor debugged processes

    add test for mix task exit
    Fixes #454
    lukaszsamson committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    9bf544a View commit details
    Browse the repository at this point in the history
  8. avoid debugger crashes when handling requests for no longer existing …

    …thread, frame and variable ids
    
    Fixes #452
    lukaszsamson committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    b6f2102 View commit details
    Browse the repository at this point in the history
  9. add test

    lukaszsamson committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    bd38e73 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a868e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc7fb86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    07a6718 View commit details
    Browse the repository at this point in the history
  13. run formatter

    lukaszsamson committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    9278ede View commit details
    Browse the repository at this point in the history