Hi,
Could anybody help me out , here is the problem…………
In the Debug Mode, the following threads are created
System Thread [Finalizer] (Running)
System Thread [Reference Handler] (Running)
Thread [main] (Running)
System Thread [Signal Dispatcher] (Running)
System Thread [CompileThread0] (Running)
Thread [WebappLoader[/examples]] (Running)
Thread [StandardManager[/examples]] (Running)
Thread [StandardManager[/admin]] (Running)
Thread [StandardManager[/manager]] (Running)
.
.
.
.
.
The above last four threads are relative to the project
and at the breakpoint that particular thread gets suspended and I can continue stepping through the process,
But now the problem is in other system (same system configuration as the previous), only three threads are created i.e,
System Thread [Finalizer] (Running)
System Thread [Reference Handler] (Running)
Thread [main] (Running)
and at the breakpoint the threads are not getting suspended.
System Configuration
OS : Windows2000 Professional
Eclipse : 2.1, MyEclipse Enterprise Workbench
Tomcat : 4.1