-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Scarletio should have an option to turn on async debug mode.
Async debug mode would trace every future mutation. If required these actions could be displayed. By default these would be shown if a future is not completed as expected.
The feature can implemented on two ways:
- Environmental variable that sets debug mode on startup.
- Functional api that modifies the future api runtime.
This change would also require trace handling modifications, since it needs to store the trace. Long-time trace storing would require to ditch the frame itself to enable garbage collection.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request