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

PR: Move breakpoints logic from editor plugin to debugger plugin #19208

Merged
merged 28 commits into from
Sep 3, 2022

Commits on Aug 29, 2022

  1. move breakpoints out of editor

    breakpoints to debugger
    fix
    Quentin Peter committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5bb4a3c View commit details
    Browse the repository at this point in the history
  2. comments

    Quentin Peter committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    8bd8a77 View commit details
    Browse the repository at this point in the history
  3. fix test

    Quentin Peter committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    1cd058d View commit details
    Browse the repository at this point in the history
  4. fix

    Quentin Peter committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9337778 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge branch 'debuggerconfig' into move_breakpoints

    Quentin Peter committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    31647fb View commit details
    Browse the repository at this point in the history
  2. fix merge

    Quentin Peter committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    efb1289 View commit details
    Browse the repository at this point in the history
  3. not on blank line

    Quentin Peter committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0df9ee0 View commit details
    Browse the repository at this point in the history
  4. fix name change

    Quentin Peter committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6ed7d57 View commit details
    Browse the repository at this point in the history
  5. fix test

    Quentin Peter committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9ffb970 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. move pdb config

    Quentin Peter committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    07e7101 View commit details
    Browse the repository at this point in the history
  2. enable debugger

    Quentin Peter committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    35c844e View commit details
    Browse the repository at this point in the history
  3. remove shellwidget functions

    Quentin Peter committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b4c8c4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e84d0a3 View commit details
    Browse the repository at this point in the history
  5. move set_pdb_configuration

    Quentin Peter committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    0600466 View commit details
    Browse the repository at this point in the history
  6. move signal out of editor connect

    Quentin Peter committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    bce5ac0 View commit details
    Browse the repository at this point in the history
  7. pep8

    Quentin Peter committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f1628cc View commit details
    Browse the repository at this point in the history
  8. remove check_pdb_state

    Quentin Peter committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    6f4ab6a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Apply suggestions from code review

    Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
    impact27 and ccordoba12 authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    bd980b5 View commit details
    Browse the repository at this point in the history
  2. move private api

    Quentin Peter committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    1b3f8c9 View commit details
    Browse the repository at this point in the history
  3. CONF_VERSION

    Quentin Peter committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    12ac9e6 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
    impact27 and ccordoba12 authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    9d8af0f View commit details
    Browse the repository at this point in the history
  5. Only add if is python

    Quentin Peter committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    9702f8b View commit details
    Browse the repository at this point in the history
  6. Add Show breakpoints option

    Quentin Peter committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    34ad0db View commit details
    Browse the repository at this point in the history
  7. new comments

    Quentin Peter committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    38448ac View commit details
    Browse the repository at this point in the history
  8. add default

    Quentin Peter committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    bb3b168 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Apply suggestions from code review

    Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
    impact27 and ccordoba12 authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4bb61eb View commit details
    Browse the repository at this point in the history
  2. Update spyder/plugins/ipythonconsole/widgets/shell.py

    Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
    impact27 and ccordoba12 authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c4f3196 View commit details
    Browse the repository at this point in the history
  3. doc

    Quentin Peter committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4a43ce4 View commit details
    Browse the repository at this point in the history