Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control for debug mode #189

Open
JBludau opened this issue Mar 24, 2023 · 0 comments
Open

Control for debug mode #189

JBludau opened this issue Mar 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JBludau
Copy link
Contributor

JBludau commented Mar 24, 2023

I just wanted to document my thoughts on things I would want to have fine grained control over when debugging.
So ideally I would want to be able to do something like pk.settings.clang-format = True
I would wish for the following:

  • en/disable clang format on the cpp files
  • specify which clang-format excutable to use
  • en/disable that the translation of the funktor/workunit is done again every time it is called
  • en/disable that the compilation is done every time regardless of existing .so files
  • en/disable the compilation of a debug version of the cpp code
  • en/disable bounds checking on primitive types like int etc.
  • en/disable printing of type information that is passed into the cpp calls
  • en/disable the caching of workunit arguments

please feel free to add anything you like

@JBludau JBludau added the enhancement New feature or request label Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant