-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed as not planned
Labels
*caused-by-extensionIssue identified to be caused by an extensionIssue identified to be caused by an extension
Description
When i want copy value from variable in debug. I often do it only with print in debug console. Because when i copy variable value directly from debug var (right click, copy). I got not clear value.
Example. This sql query have symbols '\n\t\t\t\t' ( i cant copy this value, because it wrong, and cant run this query in database )
in terminal this is clear ( i copy it from terminal ).
I very often copy sql query, json string in debug for test etc.... And every time i should print it in terminal,
Feature copy raw string value without "\n\t\t\t\t" will helpfull.
And feature copy raw string full value, without limit, it too will helpfull (big string is cutting, and should print it in debug console).
I think, this problem exist, on every language, not only Go.
wildwind123
Metadata
Metadata
Assignees
Labels
*caused-by-extensionIssue identified to be caused by an extensionIssue identified to be caused by an extension