tiebin-zhang / powermock

Automatically exported from code.google.com/p/powermock
Apache License 2.0
0 stars 0 forks source link

Can not set break point in my own code. #385

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1 Set one break point in my own code of function a() of my class ClassA.
2 Use powermock to mock ClassA
3 Run JUnit using debug function in Eclipse.
4 There will be error dialog box:can not find line number in CGLIB generated 
class definition.
5 Ignore this error, then my break point will never work.

Original issue reported on code.google.com by wuxiangz...@gmail.com on 11 May 2012 at 1:13