Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Where can I post a new debugger?

Reply
Thread Tools

Where can I post a new debugger?

 
 
Ziaran _
Guest
Posts: n/a
 
      02-22-2004
I have written a new debugger.
I think people will find it useful.
Where can I post it for people to download?

Thanks,
Nir

__________________________________________________ _______________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail


 
Reply With Quote
 
 
 
 
Francesco
Guest
Posts: n/a
 
      02-22-2004
On Sun, 22 Feb 2004 14:46:24 +0200, "Ziaran _" <>
wrote:

>I have written a new debugger.
>I think people will find it useful.
>Where can I post it for people to download?
>
>Thanks,
>Nir


Hello Nir,

You could create a soureforge project (?)!


--
Francesco
 
Reply With Quote
 
 
 
 
Irmen de Jong
Guest
Posts: n/a
 
      02-22-2004
Ziaran _ wrote:

> I have written a new debugger.
> I think people will find it useful.
> Where can I post it for people to download?


I suppose you don't have a web page?
You can just zip it together and upload it to a web page.
Or if you're serious about it, create a Sourceforge project
and put it there

--Irmen
 
Reply With Quote
 
Michel Claveau/Hamster
Guest
Posts: n/a
 
 
Reply With Quote
 
Ziaran
Guest
Posts: n/a
 
      02-22-2004
Great!
Thanks.

"Michel Claveau/Hamster" <> wrote in
message news:c1anu4$9r5$...
> Here :
> http://www.vex.net/parnassus/
> http://py.vaults.ca/submit/
>
> ?
>
>
>



 
Reply With Quote
 
Lothar Scholz
Guest
Posts: n/a
 
      02-22-2004
"Ziaran _" <> wrote in message news:<mailman.160.1077453987.27104.python->...
> I have written a new debugger.
> I think people will find it useful.
> Where can I post it for people to download?


What is so different from the existing ones ?
 
Reply With Quote
 
Ziaran
Guest
Posts: n/a
 
      02-22-2004
http://ziaran.freehosting.net/

"Lothar Scholz" <> wrote in message
news: om...
> "Ziaran _" <> wrote in message

news:<mailman.160.1077453987.27104.python->...
> > I have written a new debugger.
> > I think people will find it useful.
> > Where can I post it for people to download?

>
> What is so different from the existing ones ?



 
Reply With Quote
 
=?iso-8859-1?Q?Fran=E7ois?= Pinard
Guest
Posts: n/a
 
      02-22-2004
> > "Ziaran _" <> wrote in message
> > > I have written a new debugger.
> > > I think people will find it useful.


> "Lothar Scholz" <> wrote in message
> > What is so different from the existing ones ?


[Ziaran]
> http://ziaran.freehosting.net/


An URL is hardly an explanation, and alone, hardly an English sentence.
People should not have to start a browser merely to figure out an email.

You think people will find your new debugger useful? Good for you!
Now, if you want us to think the same, you should tell us a little more.
Once interested, then we may start a browser .

--
François Pinard http://www.iro.umontreal.ca/~pinard

 
Reply With Quote
 
Ziaran
Guest
Posts: n/a
 
      02-23-2004
François,

I did not mean to **** you off.

I like URLs, they are so easy to click, and there is always the possibility
for pleasant surprises inside.



Allow me to correct myself. I hope people will find my pdb debugger
modification useful.



I started learning Python 3 weeks ago, and was trying to implement an
academic exercise for that purpose, but alas I had a bug in my
implementation, and trying to debug it I soon found out that Idle does not
break on breakpoints that are crossed by non-main threads. I tried pdb too
and found that for different reasons it was not suitable for that task
either. And then two nights of web searching did not bring me any closer to
a life-saving debugger (and believe me that if I ever learned anything in
the respectable software engineering company I work for, it is web surfing.
I might say I am one of the world-wide-best in that area). So, anyway, I
decided do modify pdb for my needs.



I am fond of source-level text debuggers.

They are usually much more powerful than GUI based debuggers, and I saw that
pdb has some great features.



I think my modification takes pdb closer to its potential, however modest it
may be. It helped me find my bug in no time, and I know Python much better
than when I started, too.



For a somewhat more technical explanation, let me quote from the __doc__



"A remote debugger for Python 2.3.3



This is a modification of pdb.py to allow remoting of the debugger IO to a
seperate server process, and support convenient debugging of multiple
threads.



New debugger commands:

ts (Thread Set) - Set debugger focus to a specific thread, or list

active threads.

tc (Thread Command) - Send command to a specific thread.

bn (Break Now) - Break all threads immediately, or as soon as they

return to execute python code.

save - Save breakpoints of the current debug session.

load - Load breakpoints of the current debug session.



Other improvements:

Post mortem on unhandled exceptions.

Debugger starts in right frame.



To debug a thread (except the main thread):



1. Place the statement 'rpdb.set_trace()' as the first statement in the
run() method of your thread. This statement will be ignored if the script
was not invoked by the debugger, so it can remain in the code.



2. When execution reaches that statement the debugger will break and the
debugger-server will report the new thread."



And here is the link again; hoping this time people in need will believe it
worth while to click:

http://ziaran.freehosting.net



Yours,

Nir (Ziaran)



"François Pinard" <> wrote in message
news:mailman.176.1077492929.27104.python-...
> > "Ziaran _" <> wrote in message
> > > I have written a new debugger.
> > > I think people will find it useful.


> "Lothar Scholz" <> wrote in message
> > What is so different from the existing ones ?


[Ziaran]
> http://ziaran.freehosting.net/


An URL is hardly an explanation, and alone, hardly an English sentence.
People should not have to start a browser merely to figure out an email.

You think people will find your new debugger useful? Good for you!
Now, if you want us to think the same, you should tell us a little more.
Once interested, then we may start a browser .

--
François Pinard http://www.iro.umontreal.ca/~pinard


 
Reply With Quote
 
Michel Claveau/Hamster
Guest
Posts: n/a
 
      02-23-2004
Bonsoir !

Je comprend votre point de vue.
Cependant, une adress URL ne me gène pas (avis purement personnel).

Bonne nuit.
--
Michel Claveau



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript new-new-new-new-newbee weblinkunlimited@gmail.com Javascript 2 03-11-2008 01:15 AM
How to post on Google, Can't find Post link? where is it? baaas Computer Support 4 06-09-2005 05:00 PM
How to post the data to a new window and control the new window's property? Matt ASP .Net 2 08-23-2004 05:29 PM
Post post post. Shel-hed Computer Support 2 11-08-2003 07:41 AM
Can post form data in IIS, but doesnt post it via webserver J. Muenchbourg Javascript 0 08-06-2003 05:23 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57