Skip to content
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

unexpected error message trying to use -c option #47

Closed
guilherme opened this issue Nov 22, 2015 · 1 comment · Fixed by #48
Closed

unexpected error message trying to use -c option #47

guilherme opened this issue Nov 22, 2015 · 1 comment · Fixed by #48

Comments

@guilherme
Copy link
Contributor

Hi,

First, thank you for this work! :) I was testing following the README.md and saw the option:

rbtrace -p <PID> -c activerecord io

but when i try to use it i get the message below:

$ rbtrace -p 4112 -c activerecord io
Error: argument --config (file does not exist).
Try --help for help.

what could be wrong?

$ rbtrace --version
rbtrace: like strace, but for ruby code
  version 0.4.7
  (c) 2013 Aman Gupta (tmm1)
  http://github.com/tmm1/rbtrace
$ ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin14.0.0]
@guilherme
Copy link
Contributor Author

I found that the load of the predefined tracers was in the wrong path, I fixed it on the #48 pr . let me know if some additions must be done.

@tmm1 tmm1 closed this as completed in #48 Nov 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant