mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update README.md
This commit is contained in:
parent
f3d9eb7853
commit
87ef7307a4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# debugpy - a debugger for Python
|
||||
|
||||
An implementation of the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) for Python 3.
|
||||
|
||||
[](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/)
|
||||
|
|
@ -13,8 +15,6 @@
|
|||
| Linux |  |
|
||||
| Mac |  |
|
||||
|
||||
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
|
||||
To run a script file with debugging enabled, but without waiting for the client to attach (i.e. code starts executing immediately):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue