Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314695

Summary: Global Script Load Breakpoint "label" is not suited for multithreaded use
Product: [WebTools] JSDT Reporter: Simon Kaegi <simon_kaegi>
Component: DebugAssignee: Project Inbox <jsdt.debug-inbox>
Status: NEW --- QA Contact: Simon Kaegi <simon_kaegi>
Severity: normal    
Priority: P3 CC: Michael_Rennie, thatnitind
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 327019    

Description Simon Kaegi CLA 2010-05-27 11:06:49 EDT
The "script path" attribute of the Global Script Load breakpoint is set according to the currently loading script for display purposes. Unfortunately this means if two script load breaks happen concurrently the two labels for the different threads in the stackview will only reflect the latest script load.