Step 1: I installed of Eclipse (2.1.1).
Step 2: I wrote a very small test program to try debugging features. (Program consisted of 10 System.out.println() statements paired with System.out.flush() statements in the main method of a Java class.) Debugging worked exectly as expected. (Execution stops at break point with statement highlighted, single step enabled and functions as expected, continue button enables and functions as expected.)
Step 3: I installed MyEclipse (2.6.3).
Step 4: I tried debugging my test program again. Execution behavior was NOT as expected. Setting a breakpoint caused execution to stop before any output was produced. Clicking the pause button followed by the continue button caused expected out to be produced. Execution did not stop where the break point was set.
Operating system: Windows XP – Home Edition
Eclipse: Version: 2.1.1 – Build id: 200306271545
(Fresh install with “Examples” plugin)
No other plugins installed.
Plugins in the <eclipse>/plugins directory like org.eclipse.pde.* = 7
MyEclipse version 2.6.3 installed in “C:\MyEclipse Enterprise Workbench\V2.6.3”.
Using JDK version 1.4.0 to run Eclipse.
— Very perplexed in Apex, NC.