Bug 41275
| Summary: | Web Inspector: Navigate to the scripts tab from the error console entry. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Pavel Feldman
Put new Error("Foo") into the code and click the console entry.
1) Should take you to scripts tab
2) Should expose stack info
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yury Semikhatsky
(In reply to comment #0)
> Put new Error("Foo") into the code and click the console entry.
> 1) Should take you to scripts tab
> 2) Should expose stack info
It works fine for me on r62000. Clicking error message in console highlights the line in the scripts tab. Could you provide more details if you observer different behavior.