Serving the Quantitative Finance Community

 
User avatar
eh
Topic Author
Posts: 3
Joined: March 2nd, 2010, 9:26 am

Mathematica Debugging

August 5th, 2010, 11:49 am

Does anyone have the faintest idea how the debugger works in Mathematica 7?I have worked with (what I think are) similar debugging tools in VBA and MATLAB. But how the M7 one works is beyond me.Thanks,Hemingway
 
User avatar
shuwang
Posts: 0
Joined: July 26th, 2006, 7:09 pm

Mathematica Debugging

August 5th, 2010, 12:25 pm

how about using google.here is one:http://www.wolfram.com/technology/guide ... Debugging/
 
User avatar
eh
Topic Author
Posts: 3
Joined: March 2nd, 2010, 9:26 am

Mathematica Debugging

August 5th, 2010, 2:12 pm

QuoteOriginally posted by: shuwanghow about using google.here is one:http://www.wolfram.com/technology/guide ... ebugging/I have googled it, and I have seen the page you posted. The page describes what is possible, not how it is possible.
 
User avatar
Costeanu
Posts: 1
Joined: December 29th, 2008, 5:33 pm

Mathematica Debugging

August 5th, 2010, 7:02 pm

I suppose you need to buy their Workbench. From their videos I get that Workbench is a pretty standard IDE, but I didn't buy it myself. Otherwise, you debug Mathematica programs just like any other programs where you don't have a debugger: lots of print statements, and commenting out large parts of the code. It's pretty annoying, I have to admit, but what else can you do? Best,V.
 
User avatar
eh
Topic Author
Posts: 3
Joined: March 2nd, 2010, 9:26 am

Mathematica Debugging

August 6th, 2010, 7:08 am

QuoteOriginally posted by: CosteanuI suppose you need to buy their Workbench. From their videos I get that Workbench is a pretty standard IDE, but I didn't buy it myself. Otherwise, you debug Mathematica programs just like any other programs where you don't have a debugger: lots of print statements, and commenting out large parts of the code. It's pretty annoying, I have to admit, but what else can you do? Best,V.Yes, I have had to resort to using print statements. It is painful. It reminds me of my Fortran days.
 
User avatar
bearrito
Posts: 1
Joined: March 14th, 2010, 2:24 am

Mathematica Debugging

August 9th, 2010, 5:02 pm

Print " I AM HERE" Truly lackluster mathematica truly lackluster.
Last edited by bearrito on August 8th, 2010, 10:00 pm, edited 1 time in total.