I'm not sure if this question has been answered yet, but I couldn't find any answers.
I'm making a stand alone app in C++ that needs to execute python code. So, I'm embedding python and running it ok.
My questions is, how can I use PyDev to debug the python code executed by this stand alone app?