Closed Bug 166935 Opened 22 years ago Closed 21 years ago

Venkman fails load source if stopped while page is still loading

Categories

(Other Applications Graveyard :: Venkman JS Debugger, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bc, Assigned: rginda)

References

()

Details

Steps to reproduce

1. start at blank page
2. open venkman
3. open old and new source views, turn off pretty printing
4. click stop to stop script at next statement
5. load http://mywashingtonpost.com into browser
6. single step into through the script.

Expected Results

Current statement and source displayed in source view

Actual Results

New source view does not show source or current statement
Old source view does not initially show source but will begin to display source
and current statement in popup.js

turn on pretty printing will display the source in the new source view.
This has something to do with the fact that we're already loading the source in
the browser when we stop.  Data is probably sent to an event queue that is no
longer the top queue, so the events are not processed until the elder queues are
popped.  If you hit Continue, the source shows up just fine.

See also bug 155328, which appears to be very similar.
Status: NEW → ASSIGNED
Summary: Venkman 0.9.36 - fails to update source view when single stepping → Venkman fails load source if stopped while page is still loading
this turned out to be related to venkman trying to fetch the file from the cache
before the cache entry was completely there.  Fixed in 0.9.71.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Core → Other Applications
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.