-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
echion-web? #61
Comments
@hgrecco I would be interested in knowing what issues you're facing with Austin, in case this is something that we can fix. I would appreciate if you could open an issue in the Austin repository with all the details on how to reproduce the problem 🙏 . As for the output from Echion, this is in the MOJO binary format, which is also used by Austin. This means that any tools that is good for visualising MOJO is good for Echion too. Perhaps the best one at the moment is the Austin VS Code extension. Alternatively, you could install austin-python, and use the I appreciate this might not be an ideal workflow, but please note that Echion is still in an experimental stage. Hope this helps for now! |
The problem with Austin is that it does not recognize the python script as Python program. It has a shebang, a .py extension and the right execution privileges. But Austin does not recognize it. I tried using -C, but same problem. My guess is that I am no using Python standard distro but actually from anaconda. I am not sure how you check that python is running but maybe that signature is different in anaconda python. |
I tried to reproduce by producing a clean, conda environment and now is working. Sorry for the noise! |
I am having trouble running Austin (in a macbook pro) and echion seems to work. Is there austin-web like program for echion? If not, how can visualize the echion output files.
The text was updated successfully, but these errors were encountered: