pythonwin debugger

  • Thread starter Alberto Mantovani
  • Start date
A

Alberto Mantovani

Hi,
someone knows how is it possible to call a script in pythonwin
debugger modality, from another python script?

thanks
Alberto
 
L

Luca Masini

someone knows how is it possible to call a script in pythonwin
debugger modality, from another python script?

I don't have a windows system so I can't try but it should be possible.

Try something like

import pywin.debugger
dir( pywin.debugger )

maybe you can find the needed function(s) to do it.

Luca Masini.
 

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,774
Messages
2,569,596
Members
45,143
Latest member
SterlingLa
Top