How to find line where error occurred in Mathematica notebook?

后端 未结 4 1552
别跟我提以往
别跟我提以往 2021-01-30 07:35

I have a Mathematica file called myUsefulFunctions.m containing, for example, a function called mySuperUsefulFunction. Suppose I call mySuperUsefulFunction in a notebook and get

4条回答
  •  难免孤独
    2021-01-30 08:01

    You can use the WolframWorkbench and the debugger there:

    http://www.wolfram.com/broadcast/screencasts/workbench/debugging/

    you can then set a break point and step through the code.

提交回复
热议问题