Tagged Questions
20
votes
1answer
169 views
Why Trace[] shows some internal warnings on a standard Plot command in V9?
For fun, I like to use Trace with option TraceInternal->True to see if I figure how some of the commands work internally.
I ...
3
votes
0answers
88 views
Dealing with errors and resuming the code after one
How can I write my Mathematica code so that it resumes at a specific place if any Message is displayed during the execution of an expression? For example, in Visual ...
17
votes
2answers
602 views
Mathematica Debuggability
One of the things that I really dislike about Mathematica is its lack of debuggability compared to many other programming languages. Some of the problems arises from the functional nature of ...