[python] TraceProcessor
fails to instantiate when downloading the perfetto shell under vscode's debugger.
#962
Labels
bug
Something isn't working
Hey 👋
Whilst using the python perfetto package, I ran into an unhandled exception that occured during the instantiation of a
TraceProcessor
, more specifically, when the trace processor attempted to download the perfetto shell under vscode's python debugger.The contents of the exception may be seen here.
Steps to reproduce
I created a minimal reproduction of the bug to aid with your investigation, which you may find here. The following are the steps to reproduce the bug using the provided MVP.
git clone https://github.com/lucamuscat/python-perfetto-vscode-bug-repro.git
;Reproduce bug
debug profile from theRun and Debug
sidebar item.The text was updated successfully, but these errors were encountered: