Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(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)
 +
 +
1) Well I though I use same place where current Add watchpoint is... If we add command to the Run would anybody find it?
 +
2) Java exception breakpoint is not the same, it is just of one of Catchpoints variations... If we make it retargetable we have to change its name too
 +
 +
[[User:Elaskavaia.qnx.com|Elaskavaia.qnx.com]] 15:59, 9 April 2008 (EDT)
  
 
==  Catchpoint contributions ==
 
==  Catchpoint contributions ==

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

1) Well I though I use same place where current Add watchpoint is... If we add command to the Run would anybody find it? 2) Java exception breakpoint is not the same, it is just of one of Catchpoints variations... If we make it retargetable we have to change its name too

Elaskavaia.qnx.com 15:59, 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