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
Post a Comment