Describe the bug
If I have code that looks like this:
void main() {
print('print');
}
with a breakpoint set on line 2. Now if I start a debugging session. the output does show print, but the breakpoint is not hit.
To Reproduce
Steps to reproduce the behavior:
- open vscode, and ensure dart extension version 3.48 is installed.
- Create a new file with any name and .dart at the end.
- Type the code above with a breakpoint on the print statement.
- Start a debugging session.
- Notice the print statement runs but the breakpoint is not hit.
Expected behavior
The breakpoint should be hit.
Screenshots

Please complete the following information:
- Operating System and version: windows 11 (up to date)
- VS Code version: 1.71.0
- Dart extension version: 3.48.1
- Dart/Flutter SDK version:2.18.0 (stable)