This repository was archived by the owner on Sep 15, 2022. It is now read-only.
This repository was archived by the owner on Sep 15, 2022. It is now read-only.
Debugging broken after latest Dart roll #588
Closed
Description
I get the following error when I try to debug a target using eg. 'dartino debug samples/stm32f411re-nucleo/volume.dart on tty /dev/ttyACM0':
* the entire message you see here (including the full stack trace below)
Relative paths for dart extensions are not supported: 'src/serial_port'
Session 'local' was terminated.
Looks like path resolution for external libraries was changed recently on the Dart side, and now disallows relative paths. The third party serial_port library uses import 'dart-ext:src/serial_port';
.
Metadata
Metadata
Assignees
Labels
No labels