debugSdkLibraries property

bool? debugSdkLibraries
final

Whether SDK libraries should be marked as debuggable.

Treated as false if null, which means "step in" will not step into SDK libraries.

Implementation

final bool? debugSdkLibraries;