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

Popular posts from this blog

double exclamation marks in haskell -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

Qt Creator - Searching files with Locator including folder -