Community
Participate
Working Groups
Build Identifier: M20110210-1200 While writting a JUNIT test i need to stop at a breakpoint to inspect the contents of a String. The breakpoint is just skipped (as is any other breakpoint in the code executed by the test case). Reproducible: Always Steps to Reproduce: 1. Write a simple class 2. Write a simple test to call the class 3. Set a breakpoint in either the test or program class
Heiner, can you please take care of this?
I tried with oracle java jdk 1.6.0_26 on a 64 bit Windows7 pro and the breakpoints work as expected. How do you start your Test? Debug As ... JUnit Test (Alt+Shift+D,T)? That's the way I tried. (In reply to comment #0) > Build Identifier: M20110210-1200 > > While writting a JUNIT test i need to stop at a breakpoint to inspect the > contents of a String. The breakpoint is just skipped (as is any other > breakpoint in the code executed by the test case). > > > > Reproducible: Always > > Steps to Reproduce: > 1. Write a simple class > 2. Write a simple test to call the class > 3. Set a breakpoint in either the test or program class
I failed to reproduce the issue and got no further info for four month now.