Issue 3132: No stack trace in Error object
http://code.google.com/p/chromium/issues/detail?id=3132
New issue report by pallosp:
Product Version : 0.3.154.0 (Official Build 2776)
Other browsers tested:
Safari 3: message, line and sourceUrl fields
Firefox 3: name, message, fileName, lineNumber and stack fields
IE 7: name, description and message fields
Opera 9: message and stacktrace fields
What steps will reproduce the problem?
1. Run the attached html that throws and catches an exception, then shows
the content of the Error object.
What is the expected result?
Being able to read verbose stack trace would make developers' life much
easier.
What happens instead?
Chrome only supports name and message fields.
Please provide any additional information below. Attach a screenshot if
possible.
I would expect the same amount of information as I can have with Firefox 3:
message: error
fileName: file:///c:/Langs/Projects/HTML/error.html
lineNumber: 4
stack: Error("error")@:0
f("arg")@file:///c:/Langs/Projects/HTML/error.html:4
@file:///c:/Langs/Projects/HTML/error.html:8
name: Error
Note: missing line or lineNumber field is reported in issue 3081.
Attachments:
error.html 219 bytes
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---