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

Allow toggling Debugger #43

Merged

Conversation

yungkienpoh-prestolabs
Copy link
Contributor

Make Debugger Public to allow disabling Debug print messages.

Resolve issue: #42

@MaatheusGois
Copy link
Member

Amazing work!

@MaatheusGois
Copy link
Member

Could you improve passing the enable/disable to the DebugSwift struct? For example:

DebugSwift.Debugger.enable = true | false

In this way, the UserDefaultAccess, will not be public :)

@yungkienpoh-prestolabs yungkienpoh-prestolabs force-pushed the feature/allow-toggle-debugger branch 2 times, most recently from 61da960 to c3e1312 Compare February 26, 2024 02:00
@yungkienpoh-prestolabs
Copy link
Contributor Author

@MaatheusGois Good idea! I have updated the code. Please have a look and let me know if it is okay. Tq.

@MaatheusGois MaatheusGois merged commit da3dceb into DebugSwift:develop Feb 26, 2024
1 check passed
@MaatheusGois
Copy link
Member

Thanks @yungkienpoh-prestolabs, great work!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ Overall improvements in the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Debugger Public to allow disabling Debug print messages.
2 participants