◐ Shell
clean mode source ↗

DEBUG should be set to the actual value - Fix for issue-1245 by SuganthiThomas · Pull Request #1247 · processing/processing4

@SuganthiThomas

Hi,

I have made changes in file processing4\app\src\processing\app\Base.java (Package: processing.app)

in line 69

static public boolean DEBUG = Boolean.parseBoolean(System.getenv().getOrDefault("DEBUG", "false"));

Please review it.

Thank You

catilac

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay this works! Thank you so much. Please remove the commented out old code, and then I'll approve.

@catilac

@SuganthiThomas

catilac

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.