Hi,
I'm aware of PTVS, but I was hoping of getting a crude version of that for
macOS, which you could say that GDB provides.
Unfortunately the GDB functionality only works on Linux, which is why I sent my
message in the first place, hoping that I might be missing something.
Regards,
Alex.
>
On Friday, October 14, 2016, Alexandru Croitor
wrote:
> Hi,
>
> pdb is fine for pure python scripts.
>
> I was interested in things like getting the python back trace or local
> variables from inside GDB, when used in conjunction with c++, so that I
> know which parts of C++ calls python function
ACTIVITY SUMMARY (2016-10-07 - 2016-10-14)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open5527 (+10)
closed 34673 (+49)
total 40200 (+59)
Open issues wit
Hi,
pdb is fine for pure python scripts.
I was interested in things like getting the python back trace or local
variables from inside GDB, when used in conjunction with c++, so that I know
which parts of C++ calls python functions, and which parts of python call c++
functions. You can't do tha
On 14 October 2016 at 06:32, Guido van Rossum wrote:
> Confirming, +1 from me. Barry, Nick? You two are the most active
> authors of PEP 1.
I've merged the PR that Barry wrote to address Mariatta's query, so I
guess that counts as +1's from both of us :)
Cheers,
Nick.
--
Nick Coghlan | nco
Hi Alexandru,
because I know that you are multi-platform, I can recommend the
debugger integration of PTVS very much.
I am currently using the WingWare debugger for all my projects,
but the Python/C++ integration of PTVS is something that I didn't
find anywhere else!
Please have a look at the fo