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 230850 - Maximum Data Length input needed
Summary: Maximum Data Length input needed
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks: 230764
  Show dependency tree
 
Reported: 2013-06-06 11:46 UTC by Ondrej Brejla
Modified: 2013-06-08 01:09 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 Ondrej Brejla 2013-06-06 11:46:27 UTC
Hi, in Options -> PHP -> Debugging I need a new input "Maximum Data Length:" with the default value of "2048". In can contain just integers in range <-1; imho whatever>. I would like to place that input under "Session ID:" input. It will be always visible. I would like to access that value by "PhpOptions.getInstance().getDebuggerMaxData()" (same as PhpOptions.getInstance().getDebuggerPort()) which will return "int".

Thanks in advance.
Comment 1 Ondrej Brejla 2013-06-06 12:14:16 UTC
Imho it makes no sense to set Max Data to "0"...so please inform user that he must set "-1" or some positive number in that case. Thanks.
Comment 2 Tomas Mysik 2013-06-07 07:05:43 UTC
Done.

http://hg.netbeans.org/web-main/rev/d37e04b637d7
Comment 3 Quality Engineering 2013-06-08 01:09:25 UTC
Integrated into 'main-golden', will be available in build *201306072301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d37e04b637d7
User: Tomas Mysik <tmysik@netbeans.org>
Log: #230850 - Maximum Data Length input needed