summarylogtreecommitdiffstats
path: root/openimagedebugger.install
blob: 9d807a693570bf279ed8ba5da7cb011eb98c7b24 (plain)
1
2
3
4
post_install() {
	echo "To enable the plugin with gdb :`source /usr/share/OpenImageDebuffer/oid.py` in gdb or in your `~/.gdbinit` "
	echo "To enable the plugin with lldb :`command script import /path/to/OpenImageDebugger/oid.py` in lldb or in your `~/.lldbinit`"
}