appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.01k stars 3.67k forks source link

[Bug]: Long console statement is truncated on the debugger #16726

Open ramsaptami opened 2 years ago

ramsaptami commented 2 years ago

Is there an existing issue for this?

Description

When console statement is long then the text is truncated when printed on the debugger as seen in the screenshot

Steps To Reproduce

  1. Add following statement to the editor and execute the function to observe truncation console.log('This is a long statement to display truncation issue present on the debugger. You can see this statement not being printed in whole')

image

Public Sample App

No response

Version

Cloud

bharath31 commented 1 year ago

@satbir121 should this be an easy fix?

satbir121 commented 1 year ago

Should be an easy fix. @ayushpahwa Please take a go ahead from designers to make this log expandable?

bharath31 commented 1 year ago

@sribalajig I'm assuming this will be tackled as a part of the error handling project

Shivam-z commented 3 weeks ago

Hi @ramsaptami , I'm picking this issue.

Shivam-z commented 1 week ago

@ramsaptami I have linked a PR for this issue. can you look into this.