[
https://issues.apache.org/jira/browse/ARROW-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16718190#comment-16718190
]
Antoine Pitrou commented on ARROW-4000:
---------------------------------------
I think you should still be able to debug the executable from Visual Studio (by
pointing it at the Python executable). Example steps here:
https://stackoverflow.com/questions/15097610/debugging-an-executable-in-visual-studio
You'll have to customize the execution to pass the right command-line
arguments, e.g. {{python -m pytest (etc.)}}
> [Python] Error running test_read_options on Windows
> ---------------------------------------------------
>
> Key: ARROW-4000
> URL: https://issues.apache.org/jira/browse/ARROW-4000
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Python
> Affects Versions: 0.11.1
> Reporter: Benjamin Kietzman
> Priority: Minor
> Labels: csv, windows
>
> `py.test pyarrow -v` crashed at
> `pyarrow/tests/test_csv.py::test_read_options`.
> errorlevel was -1073741819, not sure what that means.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)