heon21st / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 1 forks source link

Debugger: line breaks not visible in inspector #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a breakpoint and inspect text with line breaks
2.
3.

What is the expected output? What do you see instead?
Line breaks are invisible (space char) - it would help to display a special 
char for instance.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by philippe...@gmail.com on 8 Dec 2011 at 9:08

GoogleCodeExporter commented 9 years ago
One option would be to show newlines as \n and \r also tab as \t and ordinary \ 
as \\...
Other optopn woul b to use some unicode characters as ↵, ↓ and → (if 
fonts permit).

Original comment by damjan.cvetko@gmail.com on 22 Dec 2011 at 7:32

GoogleCodeExporter commented 9 years ago
Implemented replacements for common unprintable chars, showing raw text on 
tooltip

Original comment by damjan.cvetko@gmail.com on 29 May 2012 at 10:56