Hallo,
mit einem Debugger ??? wie z. B.
http://www.mathsource.com/Content/Enhancements/FrontEnd/0211-037
Gruss
Jens
Arnd Roth wrote:
>
> ?Kann man irgendwie genau feststellen welcher Befehl Meldung verursacht?
>
> Ja, z.B. mit Trace.
>
> In[4]:= ?Trace
> Trace[expr] generates a list of all expressions used in the evaluation of
> expr. Trace[expr, form] includes only those expressions which match form.
> Trace[expr, s] includes all evaluations which use transformation rules
> associated with the symbol s.
>
> Trace hat auch mehrere Optionen, mit deren Hilfe man es fuer bestimmte
> Probleme optimieren kann.
>
> Arnd