Setting a Breakpoint on a Method

In the menu bar:
-
Choose Debug > Create Breakpoint....
-
Choose Method Breakpoint from the option menu in the Breakpoint dialog.
-
Enter the name of the class, a colon (:), and the name of the method.
-
Click OK.
-or-
In the Command card:
-
Type
stop in class:method

See Also

Guide to the Cosmo Code Development Environment
12-96*281