Long strings easily saturate the variable view
Open
enhancement
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 245
- Avg merge
- 13m
- Merged PRs (30d)
- 5
Description
I am using the "type" stringifier, but it apparently still returns the full string representation for `str` instances. As a result, any long string easily saturates the variable view, such that you can see nothing but a small chunk of the string, let alone any other variables.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the "type" stringifier used by the variable view and inspect how its output is rendered. Reproduce the issue with a long Python string, then verify that the string is bounded or abbreviated so other variables remain visible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100