It appears that if a python subprocess is called from a debugged process and fails, the return code of the subprocess is not correctly passed on to the caller. $ cd ...
Is your feature request related to a problem? Please describe. Yes, this feature request is directly related to a significant problem encountered when attempting to use Python libraries that rely on ...