Author Topic: How to debug in CodeBlocks when I need other script to invoke my project.  (Read 3115 times)

Offline roczhang

  • Single posting newcomer
  • *
  • Posts: 2
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.


 

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
You can try to start the script from the console and then attach to the process with Debug-> Attach.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline roczhang

  • Single posting newcomer
  • *
  • Posts: 2
Yes, it works.
 Thank you very much  :D