[Python-Dev] Re: GDB not breaking at the right place

2021年5月22日 12:27:04 -0700

I strongly suggest to only build Python with -O0 when using gdb. -Og
enables too many optimizations which makes gdb less usable.
Victor
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/YDKJNGWQKGSW633KDHKFIY4PBHLOFLWL/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to