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 228203 - Local Variable Filter types to show selection not remembered
Summary: Local Variable Filter types to show selection not remembered
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-03 12:53 UTC by BullfrogBlues
Modified: 2013-04-03 13:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BullfrogBlues 2013-04-03 12:53:36 UTC
Local Variable Filters "Types to show": *NULL type* & *Uninitialized* are not remembered.

TEST CASE
---------

- Start debugging session
- Right click the Variables window > select "Filters..."

  This will give you a list of check boxes "Select types to show:"

    [x] Scalar Types
    [x] Array
    ...
    [ ] null type
    [ ] Uninitialized
    [x] Superglobal


- Now check, and uncheck, some types to show.
- Restart netbeans
- Start debugging session
- Right click the Variables window > select "Filters..."

EXPECTED: Types to show to remember which types to show.
ACTUAL: Types to show not remembered.
Comment 1 Ondrej Brejla 2013-04-03 13:21:00 UTC
It never worked before.