flag to enable debug logs obtained when NPY_UF_DBG_TRACING=1
See original GitHub issueIt would be nice to have something like :
python3 setup.py build_ext --devlog --inplace -j $(nproc)
which would enable the detailed logging in ufunc by setting NPY_UF_DBG_TRACING and other such flags, if there are any.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Set Up Debug Logging - Salesforce Help
To activate debug logging for users, Apex classes, and Apex triggers, configure trace flags and debug levels in the Developer Console or in...
Read more >Chrome Browser debug logs - Google Support
Use debug logs to help you. These logs aren't generated automatically. You need to turn on logging first. Turn on logging. Note: Instructions...
Read more >Error while updating debug log trace flag
I have faced this issue, which I fixed it by deleting all debugs logs from developer console. In dev console, Select tab "Query...
Read more >Enabling debug logging - GitHub Docs
If the workflow logs do not provide enough detail to diagnose why a workflow, job, or step is not working as expected, you...
Read more >Enabling debug logs in Deep Security Manager (DSM)
Start the DSM service. Here are the debugging options: All parameters are case-sensitive. Option 1: UI Related Issues.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think I would be happy if we add some convenient flags as env variables or build options (maybe with a short note in runtests.py how to use them), or a list of such options in the dev help. To be honest, I have rarely used those debug print options, they are useful, but mainly if you debug very deep stuff in the iterator. I am dubious that generally enabling all of them (if there are actually more than iterator and ufunc) is useful, it would probably be too spammy.
ok, got it, yes that cmakelists.txt will be useful for me sometime in the future when I get to modifying these .c.src files !