P403n1x87 / austin-vscode

Austin extension for Visual Studio Code
MIT License
21 stars 4 forks source link

austin process exited with code -4058 #47

Closed dbookstaber closed 1 year ago

dbookstaber commented 1 year ago

I just installed Austin v0.13.1 in VSCode v1.82.2. When I press Shift-F5 I get the following terminal output:

Executing task: austin: profile f:\VSCode\test.py 

Starting Profiler in f:\VSCode.
Running 'austin' with args '-i 100 --pipe C:\Users\...\Python310\python.exe f:\VSCode\test.py'.
spawn austin ENOENTaustin process exited with code -4058

The terminal process failed to launch (exit code: -4058).
P403n1x87 commented 1 year ago

Hi @dbookstaber. Have you installed the Austin binary as well? If not you can find the instructions here.

dbookstaber commented 1 year ago

Ah ha! That fixed it. Thank you!