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

Introduce new debuggers #2771

Closed
jecisc opened this issue Mar 7, 2019 · 1 comment
Closed

Introduce new debuggers #2771

jecisc opened this issue Mar 7, 2019 · 1 comment
Assignees

Comments

@jecisc
Copy link
Member

jecisc commented Mar 7, 2019

It would be great to have more options for debuggers.

I am thinking to have at least:

  • A NoDebugger that will never do anything
  • A LogDebugger that will log all exceptions to the transcript

This is useful to deploy an application in some cases.

@VincentBlondeau
Copy link
Contributor

maybe a ToastDebugger too? (with informs when exceptions are triggered)
See https://github.com/VincentBlondeau/Cruiser/tree/121a2aa38f1d8e59b66ef192c80451efbc4ca896/src/Cruiser.package/NoDebugger.class

jecisc added a commit to jecisc/pharo that referenced this issue Mar 7, 2019
- NoDebugger
- TranscriptDebugger
- InformDebugger

Fixes pharo-project#2771
@cdlm cdlm added the review label Mar 7, 2019
@cdlm cdlm removed the review label Mar 7, 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

No branches or pull requests

3 participants