Skip to content

Commit cf68bf9

Browse files
committed
Add DAP variable value tooltip for overflowing debugger rows
1 parent 045632a commit cf68bf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/devtools_app/lib/src/shared/console/widgets/display_provider.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ class DapDisplayProvider extends StatelessWidget {
269269
// interactivity wrapper to provide inspect and re-root functionality. Add
270270
// tooltip on hover to provide type information.
271271
return OverflowingText(
272+
tooltipMessage: value,
272273
textSpan: TextSpan(
273274
text: name,
274275
style: theme.fixedFontStyle.apply(

0 commit comments

Comments
 (0)