-
Notifications
You must be signed in to change notification settings - Fork 43
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
Trace from cmdline? #61
Comments
Yes! This could help a lot. I have been having a problem where I want to trace nodes that get started up and shut down quickly, for example, in common test runs. In this scenario it is not possible to use erlyberly and generally a bit difficult to apply traces:
Modules might not be loaded so This expands the scope quite a lot though, what do you think? |
That sounds great! |
Would Commons CLI be ok to use? |
Most of this functionality is moved into the UI so could choosing a text file of MFAs also be on the connection window? The JavaFX file chooser can be used to select a file. |
just as we create the .erlyberly, could we create something like I'm trying to extend the CMD line arguments, as i'd like to use that. |
Would a text box be good enough as the first attempt ? |
Hadn't thought of the case of starting multiple nodes from the command line. Feel free to add Commons CLI, used it before and it is decent and doesn't bloat the jar. Please add the flags to the README. Good luck! |
Would it be useful if you were able to have erlyberly already start tracing after being connected?
Passing in command line arguments, like,
java -jar erlyberly.jar -trace M F A
( something in that region)
The text was updated successfully, but these errors were encountered: