Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaork authored Jul 27, 2023
1 parent 40fb590 commit 5688801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Or
import madbg
madbg.attach_to_process(pid)
```
> **Warning**
> - Attaching on linux could potentially deadlock the target process. Not recommneded for use in production environments yet.
> - `madbg` has to be installed in the target process' interpreter for `attach` to work.
### Starting a debugger
#### Using the CLI
Expand Down

0 comments on commit 5688801

Please sign in to comment.