Bug 5339

Summary: "Not responding" in stack trace after breakpoint encountered
Product: [Eclipse Project] JDT Reporter: John Wiegand <John_Wiegand>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: PC   
OS: other   
Whiteboard:

Description John Wiegand CLA 2001-10-29 14:21:03 EST
Reproducing this defect requires additional data.  See me to get this 
information.

Here is a description of the steps (assuming you have the additional data)

1. Add breakpoints to SellAction (line 109) and KeyManager (line 45)
2. Run the web application server
3. browse http://localhost:8080/AuctionRunWeb
4. click sell
5. Enter something into the title field (e.g. ddd) and the value field (e.g. 1) 
and press Submit.
at this point the debugger should come up.
It will declare that it is stopping on KeyManager line 45, however the top 
of the stack trace is somewhere else.
Comment 1 Jed Anderson CLA 2001-12-04 15:26:11 EST
Verified in rollup1.
Comment 2 Darin Wright CLA 2002-03-08 10:44:09 EST
Fixed in 2.0 with event sets.