Is there any instruction on implementing a python debugger?

P

Phipps Xue

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
 
B

Ben Finney

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?
 
P

Phipps Xue

Sorry for the confusion.

Phipps
Ben Finney said:
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/>
 
V

vovo

Phipps Xue said:
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top