Hello,
Is there a way for a python script to catch asynchronous debugger output, such as the output of stop hooks? I’ve tried attaching a listener to CommandInterpreter’s broadcaster, but no events seem to be ever fired. Anything else I should try?
thanks!