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

ParseError: could not determine if path is a JNI or logical class path #27

Open
xingchch opened this issue Jul 27, 2016 · 0 comments
Open

Comments

@xingchch
Copy link

xingchch commented Jul 27, 2016

when break on method, Error as the title showed .

and below is the error stack:

-- File "/usr/local/lib/python2.7/dist-packages/andbug/command.py", line 152, in perform
act(self, _args, *_kwargs)
-- File "/usr/local/lib/python2.7/dist-packages/andbug/cmd/break.py", line 69, in cmd_break
cpath, mname, mjni = andbug.options.parse_mquery(cpath, mquery)
-- File "/usr/local/lib/python2.7/dist-packages/andbug/options.py", line 43, in parse_mquery
cp = parse_cpath(cp)
-- File "/usr/local/lib/python2.7/dist-packages/andbug/options.py", line 27, in parse_cpath
raise ParseError('could not determine if path is a JNI or logical class path', path)

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

No branches or pull requests

1 participant