Hi Neal,
The last post in the thread was:
http://mail.python.org/pipermail/python-dev/1999-August/000793.html
referencing a download at
http://sirac.inrialpes.fr/~marangoz/python/lineno/
Cheers,
Andrew
This e-mail is confidential and may be privileged. It may be read, copied and
used only by
On Thu, Jan 29, 2009 at 2:38 AM, Dr Andrew Perella wrote:
> Hi,
>
> I was thinking of adding a breakpoint opcode to python to enable less
> invasive debugging.
>
> I came across posts from 1999 by Vladimir Marangozov and Christian Tismer
> discussing this issue but the links to the code are all ou
On Thu, Jan 29, 2009 at 02:38, Dr Andrew Perella wrote:
> Hi,
>
> I was thinking of adding a breakpoint opcode to python to enable less
> invasive debugging.
>
> I came across posts from 1999 by Vladimir Marangozov and Christian Tismer
> discussing this issue but the links to the code are all out
Hi,
I was thinking of adding a breakpoint opcode to python to enable less
invasive debugging.
I came across posts from 1999 by Vladimir Marangozov and Christian Tismer
discussing this issue but the links to the code are all out of date.
Did anything come of this? Is this a good approach to take?