debugExternalPackageLibraries property
Whether external package libraries should be marked as debuggable.
Treated as false
if null, which means "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;