Bug 413386 - Debug breakpoints not hit most of the time.
Summary: Debug breakpoints not hit most of the time.
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Michael Rennie CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-20 04:31 EDT by Sumit Singh CLA
Modified: 2013-12-16 02:21 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sumit Singh CLA 2013-07-20 04:31:01 EDT
If you have any script file like: (0--> breakpoints)

o print("Hello");
  print("Hello"); 
o print("Hello");
  print("Hello");


If you debug if then if you run same script 4-5 times then, at least in my PC 2-3 times its not hitting breakpoints.
Comment 1 Nitin Dahyabhai CLA 2013-12-16 02:21:25 EST
Lowering severity.  This is neither a crashing nor data destroying bug.