Closed
Bug 154749
Opened 23 years ago
Closed 23 years ago
JavaScript Debugger doesn't resolve URL to external JavaScript file correctly
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 126779
People
(Reporter: johannes.fitz, Assigned: rginda)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
Hi!
I can't use the JavaScript Debugger in our Application. When you call the URL
above, it loads a JSP where I've included some JavaScript:
<script language="JavaScript" type="text/javascript"
src="/prj/vsa/jsp/JavaScriptUtils.jsp?Release=2.8">
</script>
Unfortunately the Debugger wants to load the JavaScript from the URL
/servlet//jsp/prj/... instead of /jsp/orj/...
regards
Johannes
Reproducible: Always
Steps to Reproduce:
1. Load page
2. Open debugger
3. handle through tree: navigator.xul, LogisticsBroswer, Files, JavaScriptUtils.jsp
4. See error in right pane
Expected Results: Display the JavaScript code
Summary: doesn't resolve URL to external JavaScript file correctly → JavaScript Debugger doesn't resolve URL to external JavaScript file correctly
Assignee | ||
Comment 1•23 years ago
|
||
As a workaround, you can locate the file in the "Loaded Scripts" view.
*** This bug has been marked as a duplicate of 126779 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Other Applications
Updated•6 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•