This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179609 - Ascii escape sequences in execution output aren't stripped from log
Summary: Ascii escape sequences in execution output aren't stripped from log
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-17 23:16 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-01-17 23:16:36 UTC
Output from the execution of a Rails application may have Ascii escape sequences in the output.  When this is displayed in the output, the escape sequences are not completely stripped from the display.

This results in lines similar to :

    [35;2mapp/models/club.rb:159:in `after_initialize'[0m

being displayed within the output log.

Ascii escape sequences should be removed from the lines for display.
Comment 1 Erno Mononen 2010-01-18 02:37:49 UTC
Thanks for the report, looks like there is either a bug in our ansi stripping output line converter or it is not set up correctly for debugging. In any case the fix should be straightforward.