Wes McKinney created ARROW-5565:
-----------------------------------
Summary: [Python] Document how to use gdb when working on pyarrow
Key: ARROW-5565
URL: https://issues.apache.org/jira/browse/ARROW-5565
Project: Apache Arrow
Issue Type: Improvement
Components: Python
Reporter: Wes McKinney
Fix For: 0.14.0
It may not be obvious to new developers how to set breakpoints in the C++
libraries when driven from Python. The incantation is slightly abstruse, for
example
{code}
$ gdb --args env py.test pyarrow/tests/test_array.py -k scalars_mixed_type
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)