Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:CDT/Archive/Debug/Catchpoints support"

m (New page: This a page for discussing content of the CDT:_Debug:_Catchpoints_support page. See [http://en.wikipedia.org/wiki/Wikipedia:Talk_page Wikipedia Talk Page Guidelines] for guidelines o...)
 
m (New section: Workflow & UI)
Line 1: Line 1:
 
  This a page for discussing content of the [[CDT:_Debug:_Catchpoints_support]] page.  See [http://en.wikipedia.org/wiki/Wikipedia:Talk_page Wikipedia Talk Page Guidelines] for guidelines on editing this page.
 
  This a page for discussing content of the [[CDT:_Debug:_Catchpoints_support]] page.  See [http://en.wikipedia.org/wiki/Wikipedia:Talk_page Wikipedia Talk Page Guidelines] for guidelines on editing this page.
 +
 +
== Workflow & UI ==
 +
 +
{{quotation|CDT:_Debug:_Catchpoints_support}}
 +
I think putting the add breakpoint command into the breakpoint view context menu violates some Eclipse UI guidelines.  The proper place to place this action would be in the Run top level menu.  That said, JDT breaks this rule also by placing the "Add Java Exception Breakpoint" action into the breakpoints view toolbar.
 +
 +
IMO, we should try to define a new retargetable action for "Add exception breakpoint" and collaborate with Java to use it as well.
 +
 +
-[[User:Pawel.piech.windriver.com|Pawel.piech.windriver.com]] 15:39, 9 April 2008 (EDT)

Revision as of 15:39, 9 April 2008

This a page for discussing content of the CDT:_Debug:_Catchpoints_support page.  See Wikipedia Talk Page Guidelines for guidelines on editing this page.

Workflow & UI

Template:Quotation I think putting the add breakpoint command into the breakpoint view context menu violates some Eclipse UI guidelines. The proper place to place this action would be in the Run top level menu. That said, JDT breaks this rule also by placing the "Add Java Exception Breakpoint" action into the breakpoints view toolbar.

IMO, we should try to define a new retargetable action for "Add exception breakpoint" and collaborate with Java to use it as well.

-Pawel.piech.windriver.com 15:39, 9 April 2008 (EDT)

Back to the top