Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Is anyone debugging Java with Eclipse?

Hi,
 
I've been consistently having sporatic problems debugging a regular console Java program using Eclipse 2.1.x (the latest) with JDK1.1.3_07 on Windows 2000.
 
Problem 1. Breakpoint not breaking. It did not work; then worked for a few times; then refused to work again.
Problem 2. After a few runs (debug or non-debug), sometimes I got error message box: error in debugger ui. ??
 
-- I believe there must be something stupid in the settings; please help.
 
Issue: One issue is, how do I stop the running JVM?
 
 
Thanks in advance,
 
-James
 
 
P.S. I have tried IntelliJ, everything works as expected, including the "terminate" option. I wish Eclipse Java debugging is just as smooth and intuitive.
 
 

Back to the top