Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/debugpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f4ba976
Choose a base ref
...
head repository: microsoft/debugpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 34cc53b
Choose a head ref
  • 6 commits
  • 16 files changed
  • 3 contributors

Commits on Dec 2, 2024

  1. Fix problem with lineno being none when generating traceback (#1750)

    * Fix problem with lineno being none when generating traceback
    
    Fixes #1745
    
    * Improve multiline statement handling in stack summary
    rchiodo authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    3823aba View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    a78e5c2 View commit details
    Browse the repository at this point in the history
  2. Make sure attach binaries are built before running tox (#1753)

    * Make sure attach binaries are built before running tox
    
    * Fix errors on 3.13
    rchiodo authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    43f4102 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Properly update pydevd._settrace.called (#1751)

    * Properly update pydevd._settrace.called
    
    * Change _settrace.called to _listen.called
    
    * Remove unnecessary underscore from listen
    
    * Fix lint issues
    
    * Update multiple listen test
    lukejriddle authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    5014f25 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    a99d933 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1779 from microsoft/remove_bytecode_distinfo

    Remove bytecode distinfo causing PyPi publish errors and ignore it from now on
    AdamYoblick authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    34cc53b View commit details
    Browse the repository at this point in the history
Loading