User forums > Using Code::Blocks

How to debug in CodeBlocks when I need other script to invoke my project.

(1/1)

roczhang:
The requirement is that:

My application is shared library which bases c++ language and I use the python script to run it .
 
How I debug my library in the Code::Blocks? It means that how I invoke the python script in order to debug my library in Code::Blocks?


I have tried it in the google and review the manual of Code::Blocks ,  but cant find the answer.

Would any one help me? Thank you very much.


 

oBFusCATed:
You can try to start the script from the console and then attach to the process with Debug-> Attach.

roczhang:
Yes, it works.
 Thank you very much  :D

Navigation

[0] Message Index

Go to full version