Bug 319520 - Allow string expansion to be disabled in variables/expressions view
Summary: Allow string expansion to be disabled in variables/expressions view
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PHP Debug CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 06:30 EDT by Sam Boyer CLA
Modified: 2020-05-14 10:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Boyer CLA 2010-07-12 06:30:00 EDT
Build Identifier: 20100218-1602

Per the second half of the discussion in https://bugs.eclipse.org/bugs/show_bug.cgi?id=319503 , I'd love to be able to turn off string expansion in the variables/expressions views. A simple checkbox in the debugger config would be perfectly adequate. They clutter the already-busy debugging UI, and while they're _essential_ for tracking down funky string issues or dealing with binary data, I imagine such cases probably constitute well under 1% of the overall time people spend in their debugger. No reason to overly complicate >99% of cases for the sake of the small minority.

Reproducible: Always