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

Bug 321238

Summary: Arrays and Expression View with XDebug
Product: z_Archived Reporter: Silver Zachara <silver.zachara>
Component: PDTAssignee: PHP Debug <php.debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Silver Zachara CLA 2010-07-29 11:21:40 EDT
Hi,

so I have created new issue for XDebug.

There is a problem when we click with right button of mouse on some element of array in Variables View and choose an option "Create Watch Expression"
for example if we want to create watch expression $_SERVER['HTTP_REFERER'] we click on the plus near $_SERVER variable and look for key HTTP_REFERER, than click by right button and choose "Create Watch Expression", but the watch expression is only a key of our array, so it looks like HTTP_REFERER instead of $_SERVER['HTTP_REFERER']