Using debugger in Mathematica 6 ?
- To: mathgroup at smc.vnet.net
- Subject: [mg80287] Using debugger in Mathematica 6 ?
- From: Alex <axel.kowald at rub.de>
- Date: Thu, 16 Aug 2007 07:21:47 -0400 (EDT)
Hi, I try to use the debugger in Mathematica 6 and have problems to get the breakpoints working. I enable the debugger under Evaluation/Debugger and have the debugger tools window and breakpoint window displayed. I set the cursor in a function that I have written and press F9 to toggle a bp. In my breakpoint window I see that the bp is there and active. But when I then call my function, the debugger does NOT stop at the bp :-( Any idea why? The bp seems to be associated with expressions and not code lines. Does this mean it is important which part of the expression I select for the bp? Is there a tutorial how to use the debugger ? Many thanks, Alex
- Follow-Ups:
- Re: Re: Using debugger in Mathematica 6 ?
- From: Chris Hill <chill@wolfram.com>
- Re: Using debugger in Mathematica 6 ?
- From: Chris Hill <chill@wolfram.com>
- Re: Re: Using debugger in Mathematica 6 ?