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.8
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.9
Choose a head ref
  • 2 commits
  • 216 files changed
  • 1 contributor

Commits on Nov 15, 2024

  1. Takes some changes from pydevd to fix line numbers being None (#1734)

    * Add missing subrepo tools
    
    * Update parent
    
    * git subrepo commit (merge) src/debugpy/_vendored/pydevd
    
    subrepo:
      subdir:   "src/debugpy/_vendored/pydevd"
      merged:   "c81fc701"
    upstream:
      origin:   "https://github.com/fabioz/PyDev.Debugger.git"
      branch:   "main"
      commit:   "d0f81de4"
    git-subrepo:
      version:  "0.4.9"
      origin:   "???"
      commit:   "???"
    
    * Update sys_monitoring c file
    
    * Try avoiding test errors on shutdown
    
    * Try fixing case where closing early
    
    * Run PRs everywhere
    rchiodo authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    73be8fb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Subrepo command wasn't checked in correctly (#1737)

    * Remove subrepo
    
    * Fix subrepo
    rchiodo authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f4ba976 View commit details
    Browse the repository at this point in the history
Loading