Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

6 May, 2024: The networking issue during the past two days has been identified and fixed.


devel / comp.lang.python / Winpdb-reborn anomalies

SubjectAuthor
* Winpdb-reborn anomaliesDick Holmes
`- Re: Winpdb-reborn anomalies - workaroundDick Holmes

1
Winpdb-reborn anomalies

<MPG.3b0dc4d5679da21f98968e@news.supernews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=13185&group=comp.lang.python#13185

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!aioe.org!goblin3!goblin.stu.neva.ru!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 18 May 2021 15:35:19 -0500
From: enco...@cox.net (Dick Holmes)
Newsgroups: comp.lang.python
Subject: Winpdb-reborn anomalies
Date: Tue, 18 May 2021 13:35:20 -0700
Message-ID: <MPG.3b0dc4d5679da21f98968e@news.supernews.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
User-Agent: MicroPlanet-Gravity/3.0.4
Lines: 18
X-Trace: sv3-kGz4Vfw+B3MPDGQQmNFzTy1tidFW5PdzCnpjU1kIBHQPIolnkR9mdODRpAAqS5kbVC5JT1KCsxxGfF3!UZvBKz2DZlinrtrEUNdgfNrn5sy+4jerQTqaqTjNoWCUAvMKNmyLe4l7WJ+L4uZFdcI/B3nft3Kp!fRFyX6uCnfc=
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 1724
 by: Dick Holmes - Tue, 18 May 2021 20:35 UTC

I'm attempting to run winpdb-reborn, version 2.0.0.1, under MinGW. My
first problem is that if I enter winpdb <file name> in the directory
containing <file name>, winpdb can't find rpdb2.py. I assume this is due
to some path problem, but I don't know how to fix it.

My second problem occurs when I run winpdb from the
/c/Python39/Lib/site-packages directory. The program runs correctly as
far as I can tell, but it writes about 20-30 lines of what looks like
debug information to the rpdb2 console window. The ourput starts with a
get_namespace() call. It does this
after each debug action (step over, step into, etc.) I haven't been able
to find any way to turn off this output.

Any suggestions greatly appreciated!

Dick

Re: Winpdb-reborn anomalies - workaround

<MPG.3b0df796f06f149c98968f@news.supernews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=13186&group=comp.lang.python#13186

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!aioe.org!feeder1.feed.usenet.farm!feed.usenet.farm!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 18 May 2021 19:11:41 -0500
From: enco...@cox.net (Dick Holmes)
Newsgroups: comp.lang.python
Subject: Re: Winpdb-reborn anomalies - workaround
Date: Tue, 18 May 2021 17:11:41 -0700
Message-ID: <MPG.3b0df796f06f149c98968f@news.supernews.com>
References: <MPG.3b0dc4d5679da21f98968e@news.supernews.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
User-Agent: MicroPlanet-Gravity/3.0.4
Lines: 28
X-Trace: sv3-GCvWVXtY73LRHqvV5mAvvdwHAAYNbff7Y7nqgPxvdeTQnomyspvsoy31o3Rz0bIYhi5xULZSOfgLoa7!8aFp8JbLvIKOeh+RuwwOo8h9/0RpsPIedLDD+Pwdnm4Hq8EfQy66n50jUYRmO8w20wSCUe+7ckWa!rsNyCLJ6gSA=
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 2222
 by: Dick Holmes - Wed, 19 May 2021 00:11 UTC

In article <MPG.3b0dc4d5679da21f98968e@news.supernews.com>, encore1
@cox.net says...
>
> I'm attempting to run winpdb-reborn, version 2.0.0.1, under MinGW. My
> first problem is that if I enter winpdb <file name> in the directory
> containing <file name>, winpdb can't find rpdb2.py. I assume this is due
> to some path problem, but I don't know how to fix it.
>
> My second problem occurs when I run winpdb from the
> /c/Python39/Lib/site-packages directory. The program runs correctly as
> far as I can tell, but it writes about 20-30 lines of what looks like
> debug information to the rpdb2 console window. The ourput starts with a
> get_namespace() call. It does this
> after each debug action (step over, step into, etc.) I haven't been able
> to find any way to turn off this output.
>
> Any suggestions greatly appreciated!
>
> Dick

I found the code that forces debug info to be printed. The tests against
the debug flag were commented out so debug info was written
unconditionally. In case someone needs it, the file is rpdb/utils.py;
look for fDebug.

This doesn't fix the path problem, but I can live with that.

Dick

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor