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

Make debugging a runtime option via set_option #169

Open
axic opened this issue Mar 26, 2018 · 2 comments
Open

Make debugging a runtime option via set_option #169

axic opened this issue Mar 26, 2018 · 2 comments
Assignees

Comments

@axic
Copy link
Member

axic commented Mar 26, 2018

No description provided.

@aarlt
Copy link
Contributor

aarlt commented Jun 9, 2019

Is this referring to that debugging should not be enabled/disabled through HERA_DEBUGGING anymore? So that debugging is basically always enabled (from the symbols point of view), where only runtime-checks will decide whether something should be done or not? Or is it meant as a third option, e.g. -DHERA_DEBUGGING=ON will enable this statically, where something like -DHERA_DEBUGGING=RUNTIME will basically enabling the debugging subsystem, but its basically "disabled" by default, where it can be enable/disabled again through set_option?

@axic
Copy link
Member Author

axic commented Jun 19, 2019

Yep!

Though I would say this isn't a priority right now.

@axic axic removed the help wanted label Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants