java - How can I edit source lookup path using Mockito -


i'm having trouble debugging using mockito due impossibility of finding source when stepping in debugger.

it won't find class right inside project.

the scenario this: have class , class atest 1 using mockito test class a. once class atest tested, there's line in class calls method in class b, debugger cannot find source class b right in project.

any suggestions?

thanks!

as @sureshkoya alludes, ides provide way @ attach sources java .class file.

depending on whether b yours or third-party, , ide you're using, may easy fix.

please provide further problem details.


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -