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 181186 - Watches and Balloon Evaluation
Summary: Watches and Balloon Evaluation
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 02:44 UTC by Tomas Mysik
Modified: 2010-03-25 05:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2010-02-25 02:44:25 UTC
Watches and Balloon Evaluation added to PHP Options, please implement it in PHP debugger itself.
Comment 1 rmatous 2010-03-24 13:58:21 UTC
http://hg.netbeans.org/web-main/rev/6458c0e2824e

summary:
- Watches and Balloon Evaluation disabled as default
- hovering over variable should still work (hopefully shouldn't crash)


Hovering over variable calls "property_get" instead  of "eval" command now.
Selection still sends "eval" command, but as default disabled.
Watches as default disabled. 

Affects issues:
https://netbeans.org/bugzilla/show_bug.cgi?id=182594
https://netbeans.org/bugzilla/show_bug.cgi?id=181186
https://netbeans.org/bugzilla/show_bug.cgi?id=180252

Related to(xdebug issue):
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000313

Please test and comment, verify, reopen
Comment 2 Quality Engineering 2010-03-25 05:56:50 UTC
Integrated into 'main-golden', will be available in build *201003250201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6458c0e2824e
User: Radek Matous <rmatous@netbeans.org>
Log: #182594  -  extensive memory usage while debugging
#181186  -  Watches and Balloon Evaluation
#180252  -  Socket Exception occoured Error with php 5.3.1+NB 6.8+xdebug 2.0.5/2.1.0beta2 on opensuse 11.1 64bit