Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saltstack/gdbdbg

Debug a running salt process
https://github.com/saltstack/gdbdbg

Last synced: about 1 month ago
JSON representation

Debug a running salt process

Awesome Lists containing this project

README

        

gdbdbg
======

gdbdbg will gather some general debugging information as well as the stack
traces from each thread.

```
gdbdbg-info
```

gdbdbg-inject can be used to inject some python code into the running process.

If you have manhole installed you can write a script like this:

```manhole.py
import manhole
manhole.install()
```

And inject it with gdbdbg-inject:

```
gdbdbg-inject manhole.py
```