pyrasite icon indicating copy to clipboard operation
pyrasite copied to clipboard

Silent fail when GDB is not installed

Open pvanderlinden opened this issue 9 years ago • 1 comments

When gdb is not installed, pyrasite will not give an error, warning or message, but it won't do anything as well. It would be good to have this as a message like when ptrace is disabled.

pvanderlinden avatar Jul 26 '16 16:07 pvanderlinden

Yes, this would be great. I had to add verbose=True into inject() function (as mentioned in #60) to figure that out:

# pyrasite-shell 25657

/bin/sh: 1: gdb: not found

gw0 avatar May 29 '17 07:05 gw0