Answers for "Set the 'program' value in your launch config (eg 'lib/main.dart') then launch again"

0

Set the 'program' value in your launch config (eg 'lib/main.dart') then launch again

"configurations": [
         {
            "name": "Flutter",
            "request": "launch",
            "type": "dart",
            "program": "lib/your_class/file_name_with_main_function.dart"
        }
    ]
Posted by: Guest on September-13-2021

Browse Popular Code Answers by Language