debug C++ through Python -
i calling executable through python subprocess , able debug c++ code behind exe. c++ code , python code open in 2 visual studio instances. have tried attaching c++ python visual studio break points hit when run python subprocess code, doesn't seem work. ideas how this?
can modify python script run c++ code in way?
devenv /debugexe 'program name' 'program arguments'
Comments
Post a Comment