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

Dbg backend for debugger #974

Merged
merged 19 commits into from
Aug 29, 2023
Merged

Dbg backend for debugger #974

merged 19 commits into from
Aug 29, 2023

Commits on Aug 22, 2023

  1. add dbg backend

    lukaszsamson committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b63c960 View commit details
    Browse the repository at this point in the history
  2. break on dbg

    lukaszsamson committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c49242b View commit details
    Browse the repository at this point in the history
  3. continue

    lukaszsamson committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6c40104 View commit details
    Browse the repository at this point in the history
  4. stop session

    lukaszsamson committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    50063ab View commit details
    Browse the repository at this point in the history
  5. properly get module code

    lukaszsamson committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d92083c View commit details
    Browse the repository at this point in the history
  6. overwrite bindings

    lukaszsamson committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2f44b19 View commit details
    Browse the repository at this point in the history
  7. step through pipes

    lukaszsamson committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    34618b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. pass env to eval

    lukaszsamson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c7b0cbf View commit details
    Browse the repository at this point in the history
  2. add tests

    lukaszsamson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    b8469e1 View commit details
    Browse the repository at this point in the history
  3. continue dbg session

    lukaszsamson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    97211f3 View commit details
    Browse the repository at this point in the history
  4. fix tests on < 1.14

    lukaszsamson committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8d0b49e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. fixing tests

    lukaszsamson committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    ced2406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d729f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63fb460 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. port bugfix from elixir

    lukaszsamson committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9b26d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cb740 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc67921 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ef5680 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe3d1e0 View commit details
    Browse the repository at this point in the history