Skip to content

Commit 064a78f

Browse files
authored
Update instructions for pushing changes to PyDev.Debugger (#1715)
* Update instructions * Update attach to process.yml * Update binaries
1 parent a7d5a7e commit 064a78f

17 files changed

Lines changed: 4 additions & 1 deletion

.github/workflows/attach_to_process.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Used to build binaries under src/debugpy/_vendored/pydevd/pydevd_attach_to_process
2+
# requires changes to this file or something under that path to run.
23
name: attach_to_process
34

45
on:

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ If you've made changes to pydevd (at src/debugpy/_vendored/pydevd), you'll want
126126

127127
To do this, you would:
128128

129+
- Create a fork of https://github.com/fabioz/PyDev.Debugger
130+
- Switch back to your debugpy clone
129131
- python subrepo.py branch -m "pydevd branch you want to create"
130-
- git push -f https://github.com/fabioz/PyDev.Debugger subrepo/src/debugpy/_vendored/pydevd:$(pydevd branch you want to create)
132+
- git push -f https://github.com/"your fork"/PyDev.Debugger subrepo/src/debugpy/_vendored/pydevd:$(pydevd branch you want to create)
131133
- Create a PR from that branch
132134
- Get Fabio's buyoff on the changes
133135

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)