debugExternalPackageLibraries property
Whether external package libraries should be marked as debuggable.
Treated as true
if null. If false
, "step in" will not step into
libraries in packages that are not either the local package or a path
dependency. This allows users to debug "just their code" and treat Pub
packages as block boxes.
Implementation
final bool? debugExternalPackageLibraries;