Hi Mihai, To stop at the 'Break-point' the Task containing the method must not be 'Background'. Moreover, change the agent to your user-id. Then it wil STOP at the break-point. Thanks. Easin Muttaqi > Mihai OLARU wrote: > > Hi, > > > > I would like to debug a function called from the method 'Receive' of > an > object used for processing inbound e-mails. > > > > I wrote break-point (first statement in the function). It did not > stop. > > I wrote break-point inside the method 'Receive'. > > > > ......... > > SWC_GET_ELEMENT CONTAINER 'OfficeObject' OFFICEOBJECT. > > swc_get_object_key officeobject document_id. > > break-point. > > CALL FUNCTION 'Z_function' > > ... > > END_METHOD. > > > > Still nothing. > > > > Obviously I am missing something > > > > Thank you, > > Mihai Olaru