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.11
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.12
Choose a head ref
  • 6 commits
  • 12 files changed
  • 2 contributors

Commits on Dec 19, 2024

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

Commits on Jan 6, 2025

  1. Handle new matplotlib versions (#1791)

    Fixes: #1623
    garymm authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    cc85ca8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    7597262 View commit details
    Browse the repository at this point in the history
  2. Fix multithreading stepping in 3.12 and later (#1798)

    * Fix multithreaded stepping to not have 'return' events when a thread is already suspended
    
    * Update after removing blank line
    
    * Remove unnecessary change for start method
    rchiodo authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    02723de View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Allow relative paths in the 'remotePath' for a launch.json (#1803)

    * Allow relative paths and add more logging for path issues
    
    * Revert "Allow relative paths and add more logging for path issues"
    
    This reverts commit a3956e4.
    
    * Allow relative paths and add more logging for path issues
    
    * Add case test
    
    * Missed some spots
    
    * Invalid variable name
    
    * Func doesn't return tuple
    rchiodo authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    d266361 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Fix matplotlib backend computation (#1811)

    * Fix matplotlib backend computation and problem found with just my code fix
    
    * Remove extra logging
    rchiodo authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    40a471e View commit details
    Browse the repository at this point in the history
Loading