We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33322a commit ff42033Copy full SHA for ff42033
app/src/processing/app/Base.java
@@ -166,7 +166,7 @@ static private void createAndShowGUI(String[] args) {
166
Console.startup();
167
168
// Set the debug flag based on a file being present in the settings folder
169
- File debugFile = getSettingsFile("debug.txt");
+ File debugFile = getSettingsFile("debug");
170
/*
171
if (debugFile.isDirectory()) {
172
// if it's a directory, it's a leftover from older releases, clear it
0 commit comments