mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 02:43:02 +00:00
Update python_cool_tricks.md
This commit is contained in:
parent
23062066b2
commit
1146ebafc8
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ This imports a Python file and runs the debugger automatically. This is useful f
|
|||
|
||||
`python -m pdb <some_python_file>`
|
||||
|
||||
Refer to this [Python Debugger cheatsheet](https://kapeli.com/cheat_sheets/Python_Debugger.docset/Contents/Resources/Documents/index) if you are not familiar with the Python Debugger.
|
||||
|
||||
----
|
||||
|
||||
## Shell to Terminal
|
||||
|
|
Loading…
Reference in a new issue