Did you say "matlab" ?  ;-)

> I have to debug a matlab program -- is there a way to do a "post
> mortem" debugging ?
> (I don't even know if this term even exists outside of python ;-)
> ((I want to know some local variable values and find out why our
> program crashes when "there are no particles found"...))

I think you want:

>> dbstop if error
>> my_script

Best,

Matthew
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to