Skip to content

Instantly share code, notes, and snippets.

@JosephineAkello
Last active January 6, 2020 13:48
Show Gist options
  • Save JosephineAkello/264d07ca8755d92856e5befe7ef50f55 to your computer and use it in GitHub Desktop.
Save JosephineAkello/264d07ca8755d92856e5befe7ef50f55 to your computer and use it in GitHub Desktop.
How to add breakpoints to a dart code in vscode from imported library
"dart.debugExternalLibraries": true,
"dart.debugSdkLibraries": true,
The first will allow debugging of pub packages; while the second will allow debugging of Flutter sdk.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment