You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/06/12 02:15:00 UTC

[jira] [Created] (ARROW-5565) [Python] Document how to use gdb when working on pyarrow

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)