Skip to content

when running in DEBUG mode, the selected configuration options are not executing #31

@ScottEKendall

Description

@ScottEKendall

When running SYM in debug (verbose) mode and you have custom configurations setup, it will not choose the correct configuration to run..it will default to the "catch-all" choices.

Line #3178 is where I noticed that it errors out....

Here is the output:

sym (VERBOSE DEBUG MODE | Dialog: v3.0.1.4955 • Setup Your Mac: v1.16.0): 2026-05-07 15:01:39 - [# # # SETUP YOUR MAC VERBOSE DEBUG MODE: Line No. 3166 # # #]
sym (VERBOSE DEBUG MODE | Dialog: v3.0.1.4955 • Setup Your Mac: v1.16.0): 2026-05-07 15:01:39 - [COMMENT] welcomeResultsExitCode: 0
sym (VERBOSE DEBUG MODE | Dialog: v3.0.1.4955 • Setup Your Mac: v1.16.0): 2026-05-07 15:01:39 - [WELCOME DIALOG] scott.kendall entered information and clicked Continue
execution error: Error: SyntaxError: JSON Parse error: Unexpected identifier "DEBUG" (-2700)
execution error: Error: SyntaxError: JSON Parse error: Unexpected identifier "DEBUG" (-2700)

and here is the contents of the $welcomeResults variable

DEBUG: inspectMode.present = false DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView DEBUG: Checking modes - mini:false inspect:false presentation:false DEBUG: Loading default ContentView { "Department" : { "selectedValue" : "Engineering", "selectedIndex" : 1 }, "Configuration" : { "selectedValue" : "Complete", "selectedIndex" : 2 }, "Building" : { "selectedValue" : "Work From Home (WFH)", "selectedIndex" : 3 }, "E-mail" : "scott.kendall@gianteagle.com" }
Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions