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 139671

Summary: Need to parse debugger input
Product: javascript Reporter: _ krystyna <krystyna>
Component: DebuggerAssignee: _ deva <deva>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description _ krystyna 2008-07-11 02:31:06 UTC
NetBeans IDE Dev (Build 200807101204)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1 running on x86

Output in the local variables Value column contains "\n"s
throughout. Attaching screenshot.

example from arguments.callee:
<html>function callAJAX{}\nvar sUrl = \\"include.html\\"; \n
Comment 1 _ krystyna 2008-07-11 02:31:59 UTC
Created attachment 64292 [details]
screenshot
Comment 2 Joelle Lam 2008-07-28 23:45:14 UTC
Hey Deva, what do you think we should do with this one.  Should we try to fix this by M2?
Comment 3 _ deva 2008-07-29 18:53:10 UTC
Only the function values will contain '\n' character so that they can see well formatted code in the dialog box. I do 
not think this needs to be fixed.

About arguments.callee, it was not supposed to be shown. I have fixed it.