I need to transfer this configuration to the visual file 'launch.json,' but it's not working when I edit the parameters, and the startup parameters are not specifically listed either.
I already tried adding the 'args' in VS Code, but I still couldn't connect in the same way
If you need to use multiple dart-defines, just repeat the corresponding two lines for defining each of them, like an additional
"--dart-define",
and"MYAPP_SHOW_ADMIN_MODE_SWITCH=true",
.