mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
set env LD_PRELOAD /lib/x86_64-linux-gnu/libpthread.so.0
|
|
|
|
python
|
|
import sys
|
|
sys.path.insert(0, '/home/gbeutner/strawberry/contrib/gdb')
|
|
from icingadbg import register_icinga_printers
|
|
register_icinga_printers()
|
|
end
|