Use the Method Breakpoints dialog box to step into a debuggable method. You can also use this dialog box to toggle between step-by-step debugging mode (where the debugger stops at every debuggable server event) to execution mode in which you set your own method breakpoints.
To step into a debuggable method, select the breakpoint and click OK. A debugger window opens and displays the first executable line in the method. (The debugger steps over any non-debuggable "glue" code.)
Note: When your application is calling objects on multiple servers, the dialog box may list multiple method breakpoints. Select all those that you want to step into, then click OK.