thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

How to debug a c++ dll called in a .py script runnning from pyscripter? #451

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by liuyuanf...@gmail.com on 4 Dec 2010 at 12:09

GoogleCodeExporter commented 9 years ago
You can't.  To debug a c++ dll you need a c++ debugger not a python one.

Original comment by pyscripter on 4 Dec 2010 at 3:31

GoogleCodeExporter commented 9 years ago
i see, thank you :)

Original comment by liuyuanf...@gmail.com on 4 Dec 2010 at 8:46