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 - Need to parse debugger input
Summary: Need to parse debugger input
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-11 02:31 UTC by _ krystyna
Modified: 2008-07-29 18:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (26.05 KB, image/png)
2008-07-11 02:31 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
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.