How can i view a columns entire content in Chrome Dev Tools -> Web SQL Database
Asked Answered
C

1

6

Chrome Dev Tools support querying a web sql database but the result is shown in a table that cuts off strings that are too long with ellipsis (...)

How can i view the entire columns content? Because of the cutoff a ctrl-a selection + copy does not work

Crape answered 2/7, 2015 at 9:55 Comment(0)
D
9

Clicking three times on the value to select it and copying it seems to be working:

Chrome DevTools - select websql item value

Deweydewhirst answered 3/7, 2015 at 12:52 Comment(6)
that was indeed the solution but it is not done with simple copying, doing this would copy the cut-off-ellipsis dragging like youve shown here is the right way to do it, weird unintuitive wayCrape
@user3789620 agreed, it's not very intuitive.Deweydewhirst
+1 for the animated gif solution. I've found that three clicks then right-click (bringing up context popup) and selecting Copy does work and does not include the ellipsis when pasting into notepad (or whatever). Agreed its non-intuitive.Settler
Fantastic! You saved my day! I've been struggling with this so longKnave
Thank you! I had to triple click and keep the mouse button down while pressing Cmd+C to copy.Shayshaya
This only seems to work when viewing the entire table contents, not when working with query results.Malleolus

© 2022 - 2024 — McMap. All rights reserved.