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 (Workflow & UI)
Line 8: Line 8:
  
 
-[[User:Pawel.piech.windriver.com|Pawel.piech.windriver.com]] 15:39, 9 April 2008 (EDT)
 
-[[User:Pawel.piech.windriver.com|Pawel.piech.windriver.com]] 15:39, 9 April 2008 (EDT)
 +
 +
==  Catchpoint contributions ==
 +
 +
<div class="boilerplate" style="background-color: #efe; margin: 2em 0 0 0; padding: 0 10px 0 10px; border: 1px dotted #aaa;">for advanced editing of argument(s) plugin can contribute class that implements Control (To view/edit extra argument) and implement some interface to get/set extra argument</div>
 +
 +
This is what BreakpointExtension mechanism would be useful for. 
 +
-[[User:Pawel.piech.windriver.com|Pawel.piech.windriver.com]] 15:44, 9 April 2008 (EDT)

Revision as of 15:44, 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

From breakpoints view, right click Add catchpoint... Dialog opens.

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)

Catchpoint contributions

for advanced editing of argument(s) plugin can contribute class that implements Control (To view/edit extra argument) and implement some interface to get/set extra argument

This is what BreakpointExtension mechanism would be useful for. -Pawel.piech.windriver.com 15:44, 9 April 2008 (EDT)

Back to the top