Skip to content

Provide a debug mode #68

@echebbi

Description

@echebbi

Motivation

Bugs faced by users can be hard to reproduce and debug. A solution is needed to determine more easily what causes the issue.

Solution

Preferences should allow to activate a "debug" mode that prints more details about what is going in the Console or Error Log view.

A log file could also be created to keep track of events.

Implementation

Ideally, I'd like to use AspectJ to print all the logs as I believe that AOP is a perfect fit for this kind of need. However, it can be a bit touchy to use it in an Eclipse RCP environment. I think that I managed to use it in EKumi (https://github.com/echebbi/ekumi/tree/aspectj) so it can be a good starting point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestThis issue proposes a new feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions