mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Rename master -> main.
This commit is contained in:
parent
fb7926fd80
commit
1de5526317
3 changed files with 6 additions and 7 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# Contributing to `debugpy`
|
||||
|
||||
[](https://ptvsd.visualstudio.com/ptvsd/ptvsd%20Team/_build/index?definitionId=1)
|
||||
[](https://travis-ci.org/Microsoft/ptvsd)
|
||||
[](https://raw.githubusercontent.com/Microsoft/ptvsd/master/LICENSE)
|
||||
[](https://dev.azure.com/debugpy/debugpy/_build/latest?definitionId=1&branchName=main)
|
||||
[](https://raw.githubusercontent.com/microsoft/debugpy/main/LICENSE)
|
||||
[](https://pypi.org/project/ptvsd/)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# debugpy - a debugger for Python
|
||||
|
||||
[](https://dev.azure.com/debugpy/debugpy/_build/latest?definitionId=1&branchName=master)
|
||||
[](https://raw.githubusercontent.com/microsoft/debugpy/master/LICENSE)
|
||||
[](https://dev.azure.com/debugpy/debugpy/_build/latest?definitionId=1&branchName=main)
|
||||
[](https://raw.githubusercontent.com/microsoft/debugpy/main/LICENSE)
|
||||
[](https://pypi.org/project/debugpy/)
|
||||
[](https://pypi.org/project/debugpy/)
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
| Linux |  |
|
||||
| Mac |  |
|
||||
|
||||
This debugger implements the Debug Adapter Protocol: [debugProtocol.json](https://github.com/Microsoft/vscode-debugadapter-node/blob/master/debugProtocol.json)
|
||||
This debugger implements the Debug Adapter Protocol: [debugProtocol.json](https://github.com/microsoft/vscode-debugadapter-node/blob/master/debugProtocol.json)
|
||||
|
||||
## `debugpy` CLI Usage
|
||||
### Debugging a script file
|
||||
|
|
|
|||
|
|
@ -28,5 +28,5 @@ If you want to debug library files, you have to disable `justMyCode` in `launch.
|
|||
When filing an issue, make sure you do the following:
|
||||
|
||||
- Check existing issues for the same problem (also see the "Known Issues" section above for widespread problems).
|
||||
- Follow instructions in [this](https://github.com/microsoft/debugpy/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) template for filing a bug report.
|
||||
- Follow instructions in [this](https://github.com/microsoft/debugpy/blob/main/.github/ISSUE_TEMPLATE/bug_report.md) template for filing a bug report.
|
||||
- Include any debugger logs that you may have. See [here](https://github.com/microsoft/debugpy#debugger-logging) for instructions on how to enable logging.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue