From: <no...@so...> - 2002-11-14 20:28:37
|
Feature Requests item #638630, was opened at 2002-11-14 20:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=638630&group_id=44253 Category: Other Group: Small (< 1 pair-week) Status: Open Priority: 4 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: Set breakpoints on method contracts Initial Comment: Story: User starts the debugger and wants a breakpoint to be hit any time the foo() method is called. User right clicks on the method contract of foo() and selects "Toggle Breakpoint". He then invokes foo() from the Interactions Pane and the breakpoint is hit. Notes: Currently, breakpoints can only be set on lines of executable code. Supporting this will involve identifying that the caret is on a method contract and then creating a MethodEntryRequest using JPDA. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=638630&group_id=44253 |