Bug 5339 - "Not responding" in stack trace after breakpoint encountered
Summary: "Not responding" in stack trace after breakpoint encountered
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 1.0   Edit
Hardware: PC other
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-29 14:21 EST by John Wiegand CLA
Modified: 2002-03-08 10:44 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.