Bug 404666 - Editing an enhanced expression in the Edit watch expression dialog should support multi line expression
Summary: Editing an enhanced expression in the Edit watch expression dialog should sup...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-01 08:37 EDT by Abeer Bagul CLA
Modified: 2020-09-04 15:19 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Abeer Bagul CLA 2013-04-01 08:37:08 EDT
To edit an expression group definition which contains multiple complex expressions, it is actually easier to rightclick the group and open Edit Watch Expression dialog. Here, it would be great if user can specify expressions one per line, each expression ending in semicolon. If a line ends with semicolon, we should discard the newline char after it and create a single line for the expression group definition.