jorisvandenbossche commented on code in PR #378:
URL: https://github.com/apache/arrow-nanoarrow/pull/378#discussion_r1474367931


##########
python/README.md:
##########
@@ -285,3 +264,9 @@ pip install -e .[test]
 # Run tests
 pytest -vvx
 ```
+
+If you need to debug or edit any .c files used to build the native extension, 
you can generate the `compile_commands.json` usable by most IDEs/clang tools 
using [Bear](https://github.com/rizsotto/Bear).
+
+```shell
+bear -- python setup.py build_ext --inplace && mv compile_commands.json build
+```

Review Comment:
   BTW, this is a bit cryptic to me what this does / can help you with, but I 
am also not familiar with the tool or the compile_commands



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to