S
Shloma Baum
Hi,
I would like to ask if its possible to stop in the middle of some code all
running code, something like:
if (someCondition)
abort;
and the whole call stack should stop, the same that happens when an
exception occours, but I don't want the exception dialog should appair, but
rather just only stop the excution, and of course I dont' want the
application to close when this occours.
Thanks in advance
Shloma Baum
I would like to ask if its possible to stop in the middle of some code all
running code, something like:
if (someCondition)
abort;
and the whole call stack should stop, the same that happens when an
exception occours, but I don't want the exception dialog should appair, but
rather just only stop the excution, and of course I dont' want the
application to close when this occours.
Thanks in advance
Shloma Baum