-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin testingRelates to test execution of Dart/Flutter tests for end usersRelates to test execution of Dart/Flutter tests for end usersis enhancement
Milestone
Description
I think this may be by design, but I just wanted to check. If I create a file in the test folder that does not use test or run tests (but for example a program that generates test data, or that collects a benchmark), then I cannot debug it (the debugger starts but doesn't do anything, it keeps 'loading' forever). If I put the file in bin, then the debugger works fine. I suppose the plugin assumes all files in test should use the test runner, but perhaps that is a bit too constraining? (at least it would be nice if I can put an option in the debug config to not do this).
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin testingRelates to test execution of Dart/Flutter tests for end usersRelates to test execution of Dart/Flutter tests for end usersis enhancement