Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Devtools Indexed DB inspector collapses long JSON values, making them unparseable.

  • 1 отговор
  • 1 има този проблем
  • 2 изгледи
  • Последен отговор от cor-el

more options

I am trying to debug an application which places a fairly large JSON string (>20kb) into a key-value in the Indexed DB. Since the string is very long, it is truncated by the DevTools UI, which means that the JSON can no longer be parsed in the UI.

Is there any setting in Firefox that allows me to prevent the UI from truncating long strings?

I am trying to debug an application which places a fairly large JSON string (>20kb) into a key-value in the Indexed DB. Since the string is very long, it is truncated by the DevTools UI, which means that the JSON can no longer be parsed in the UI. Is there any setting in Firefox that allows me to prevent the UI from truncating long strings?

Всички отговори (1)

more options

Can't you access this k/v data in the Web Console via JavaScript (e.g. via prompt) since it is stored locally ?