AndBug icon indicating copy to clipboard operation
AndBug copied to clipboard

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

Open xingchch opened this issue 8 years ago • 0 comments

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)

xingchch avatar Jul 27 '16 09:07 xingchch