From 43778190c51ff193bc88c414d34959d20c4fc2a9 Mon Sep 17 00:00:00 2001 From: zepumph Date: Fri, 20 Nov 2020 12:30:41 -0900 Subject: [PATCH] ?debugger on by default, https://github.com/phetsims/chipper/issues/989#issuecomment-731340817 --- js/phetmarks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/phetmarks.js b/js/phetmarks.js index 3219085..d904d63 100644 --- a/js/phetmarks.js +++ b/js/phetmarks.js @@ -37,7 +37,7 @@ { value: 'audioVolume=0', text: 'Mute' }, { value: 'fuzz', text: 'Fuzz' }, { value: 'fuzzBoard', text: 'Keyboard Fuzz' }, - { value: 'debugger', text: 'Debugger' }, + { value: 'debugger', text: 'Debugger', default: true }, { value: 'deprecationWarnings', text: 'Deprecation Warnings' }, { value: 'dev', text: 'Dev' }, { value: 'profiler', text: 'Profiler' },