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

Sync breakpoints outside of debug sessions #1853

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    17e0d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8806f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7a614 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef47274 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    f357fa1 View commit details
    Browse the repository at this point in the history
  2. Fix build errors

    SeeminglyScience committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bed8cc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    347f500 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Fix tests

    SeeminglyScience committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    17f3e8c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Fix crash in debug config

    The assert here didn't really make sense, since when it's serialized to
    json `Id` will obviously be accessed.
    SeeminglyScience committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    55c749d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6971a9 View commit details
    Browse the repository at this point in the history
  3. Address PR feedback

    SeeminglyScience committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8c10d8a View commit details
    Browse the repository at this point in the history