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: v1.8.19
Choose a base ref
...
head repository: microsoft/debugpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.20
Choose a head ref
  • 9 commits
  • 9 files changed
  • 6 contributors

Commits on Jan 5, 2026

  1. Use sys.remote_exec() to attach to pid, if available (#1986)

    * Use sys.remote_exec() to attach to pid, if available
    
    * Update usage string
    pdepetro authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    c7e86a1 View commit details
    Browse the repository at this point in the history
  2. Better experience for unsupported arch (#1984)

    * build_attach_binaries: support other arch on linux
    
    * compile_linux: warn instead of quit for unsupported arch
    Xeonacid authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    1bbecdf View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Fix: Treat __annotate__ functions as library code in Python 3.14+ (#1988

    )
    
    * Initial plan
    
    * Add special handling for __annotate__ functions in Python 3.14+
    
    Co-authored-by: rchiodo <[email protected]>
    
    * Add Python version check for __annotate__ special handling
    
    Co-authored-by: rchiodo <[email protected]>
    
    * Fix remaining trailing whitespace
    
    Co-authored-by: rchiodo <[email protected]>
    
    * Add clarifying comment about __annotate__ name reservation
    
    Co-authored-by: rchiodo <[email protected]>
    
    * Fix ruff error: remove unused 'stop' variable in test
    
    Co-authored-by: rchiodo <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: rchiodo <[email protected]>
    Copilot and rchiodo authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    bb450fc View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    7dbc229 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Add LTCG flags to compile_windows.bat for BinSkim BA6006 compliance (#…

    …1991)
    
    * Initial plan
    
    * Add /GL and /LTCG flags for LTCG and BinSkim compliance
    
    Co-authored-by: rchiodo <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: rchiodo <[email protected]>
    Copilot and rchiodo authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    ea2746a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea9fcae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cbf8b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. O365 new advice (#1994)

    rchiodo authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    e164613 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Try 6 on this file (#1995)

    rchiodo authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    7ac3d1f View commit details
    Browse the repository at this point in the history
Loading