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

Handle cases when one line belongs to many modules in debugger #939

Merged
merged 8 commits into from
Jul 11, 2023

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    be7efe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b402867 View commit details
    Browse the repository at this point in the history
  3. add test

    lukaszsamson committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    e67e999 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47d6e82 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. more tests and logs

    lukaszsamson committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b2792a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. cache module_info of interpreted modules

    call to module_info may deadlock when stopped on a breakpoint
    Fixes #940
    lukaszsamson committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0481fb8 View commit details
    Browse the repository at this point in the history
  2. format

    lukaszsamson committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6bc501c View commit details
    Browse the repository at this point in the history
  3. Handle errors in setting breakpoints

    Disallow setting breakpoints in Inspect protocol implementations
    Disallow setting breakpoints in builtin protocols and JasonV.Encoder protocol
    Fixes #900
    Fixes #903
    Fixes #942
    lukaszsamson committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5c1182b View commit details
    Browse the repository at this point in the history