[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: debug breakpoint commands want line numbers as strings!!
From: |
John W. Eaton |
Subject: |
Re: debug breakpoint commands want line numbers as strings!! |
Date: |
Mon, 21 May 2007 23:17:32 -0400 |
On 22-May-2007, David Bateman wrote:
| David Bateman wrote:
| > John W. Eaton wrote:
| >> On 22-May-2007, David Bateman wrote:
| >>
| >> | The commandline form would still work.. However we are a long way from
| >> | Matlab compatible here. A typical breakpoint might be
| >> |
| >> | dbstop in foo at 10 if a == 10
| >> |
| >> | and debug_on_error etc in Matlab are in fact
| >> |
| >> | debug if error
| >> |
| >> | It seems like a lot of work to get full compatibility here. so maybe
later.
| >>
| >> I think we need to find someone who has a passion for writing debuggers.
| >>
| >> OK, is there anything else that should go in before 2.9.11?
| >>
| >> jwe
| >>
| >
| > Maybe, this.. I forgot to document dbstep, dbnext and dbcont..
| >
|
| With slightly better english.. Its late here
OK, and I edited it slightly as well.
jwe