473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Is there any instruction on implementing a python debugger?

Hi All,

I wanna implement a python debugger, but I don't know the way exactly. Is
there any document or instruction about that?

Thanks in advance,

Phipps
Jul 18 '05 #1
4 1272
On Mon, 17 May 2004 10:08:50 +0800, Phipps Xue wrote:
I wanna implement a python debugger, but I don't know the way exactly.


By "implement", do you mean you want to use an existing one, or you want
to make your own?

--
\ "An idea isn't responsible for the people who believe in it." |
`\ -- Donald Robert Perry Marquis |
_o__) |
Ben Finney <http://bignose.squidly.org/>
Jul 18 '05 #2
Sorry for the confusion.

Phipps
"Ben Finney" <bi****************@and-benfinney-does-too.id.au> wrote in
message news:sl*******************************@rose.locald omain.fake...
On Mon, 17 May 2004 10:08:50 +0800, Phipps Xue wrote:
I wanna implement a python debugger, but I don't know the way exactly.


By "implement", do you mean you want to use an existing one, or you want
to make your own?

--
\ "An idea isn't responsible for the people who believe in it." |
`\ -- Donald Robert Perry Marquis |
_o__) |
Ben Finney <http://bignose.squidly.org/>

Jul 18 '05 #3
"Phipps Xue" <xu***@sina.com> ¦b¶l¥ó news:c8**********@news1.wdf.sap-ag.de
¤¤¼¶¼g...
Hi All,

I wanna implement a python debugger, but I don't know the way exactly. Is
there any document or instruction about that?

Thanks in advance,

Phipps

have you tried "pdb" and "bdb" module in the python standard library?
Jul 18 '05 #4
Phipps Xue wrote:
Phipps
"Ben Finney" <bi****************@and-benfinney-does-too.id.au> wrote in
message news:sl*******************************@rose.locald omain.fake...
On Mon, 17 May 2004 10:08:50 +0800, Phipps Xue wrote:
I wanna implement a python debugger, but I don't know the way exactly.
By "implement", do you mean you want to use an existing one, or you want
to make your own?

Sorry for the confusion.


Let's see... you're sorry, but you still won't clear it up? ;-)
Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

30
by: David Mertz | last post by:
Pythonistas, My loyal fans :-) will remember that I did a Python IDE roundup for _Charming Python_ a couple years back. Now I have another such roundup lined up... not the very next article,...
4
by: Glenn Reed | last post by:
This is just a general comment after trying my hand at some serious python programming for the first time. Have played with it for some time but this is the first serious thing I've done with it. ...
34
by: Erik Johnson | last post by:
This is somewhat a NEWBIE question... My company maintains a small RDBS driven website. We currently generate HTML using PHP. I've hacked a bit in Python, and generally think it is a rather...
1
by: benevilent | last post by:
Hey, Occasionally I am getting a SIGILL instruction when embedding the python Interpreter. Here is a backtrace: #0 0x0810b73e in try_3way_to_rich_compare (v=0x8ffe7a4, w=0x8220420, op=0) at...
4
by: Chris P. | last post by:
I've been having a problem with PythonWin that seemed to start completely spontaneously and I don't even know where to START to find the answer. The only thing I can think of that marks the point...
20
by: krypto.wizard | last post by:
Is there any editor or IDE in Python (either Windows or Linux) which has very good debugging facilites like MS VisualStudio has or something like that. I like SPE but couldn't easily use winPDP....
4
by: Mathias Waack | last post by:
Hi, I've embedded python into a legacy application. It works - most of the time. In some special situations the app crashes executing the "import random". There are two different situations: ...
15
by: loic-dev | last post by:
Hello everybody! Assume that I have the following function: void call_once(int* done, void(*routine)(void)) { if (!(*done)) { /* L1 */ routine(); /* L2 */ *done = 1; /* L3 */
40
by: kimiraikkonen | last post by:
Hi, For experienced with Pyhton users, which developing software and enviroment would you suggest for Pyhton programming? Compiler+Editor +Debugger. Also what are your suggestions for beginners...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.