I am using MyEclipse 4 with Eclipse SDK 3.1 and JDK 1.4.2. While trying to run the program in the debugger mode I notice that when I click step over, instead of moving to the next line of code, I am most of the time taken to the next method call in the stack. I have been using the debugger recently without any problem with Eclipse 3.0 (without MyEclipse).
Is there any debugger settings that I need to configure or is this a bug?
Thanks,