parent: https://github.com/dart-lang/webdev/issues/1692 **Proposed fix** make server paths follow directory structure:packages/<package_directory>/<path from package root to the file on disk> **Fix plan** DDC: update the module uris in metadata files to match the scheme above, under a new `debugger-module-uris` flag Note: is it needed? Check is the source map paths are absolute or relative when using build runner to compile the app.