This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 225656

Summary: Copy variable names from debugger
Product: php Reporter: tomas.teicher
Component: DebuggerAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description tomas.teicher 2013-02-02 05:05:30 UTC
I am using XDebugg for debugging PHP in Netbeans.

In section Variables I see all my variables. How can i copy name of some variable to clipboard? Or how to copy just a name of object's property? For example I have variable $user and it has property like this:

$user->roles[0]->role_title = 'Webmaster';
How can I copy property name with its path in $user variable so I can type it in my source code? (so I will have in my clipboard string $user->roles[0]->role_title) ?