MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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



  • Prev by Date: Re: Manipulating current read position in a binary file
  • Next by Date: Re: Manipulating current read position in a binary file
  • Previous by thread: Re: What determines what is assigned to Out[]?
  • Next by thread: Re: Using debugger in Mathematica 6 ?