Menu

#122 Set breakpoints on method contracts

open
nobody
Other (46)
4
2002-11-14
2002-11-14
No

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.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.