Re: Current version of Venkman?
"7stud" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
Sheesh! Finally, it works. I read this newsgroup with IE6, and when I
clicked on your link it launched an IE window, so that is why it wouldn't
download. When I switched to FF1.0, it downloaded fine.
However, this whole quest was to see if a newer version of Venkman would
work for me, but I am still having trouble understanding the logic of how
Venkman steps through a simple script. Here is the idiotically simplistic
script I am trying to step through:
> 3) <script>
> 4) var a = 1;
> 5) function test(a) {
> 6) var t = "passed : ";
> 7) return t + a;
> 8) }
> 9) var b = test(a);
> 10) document.write("<p>" + b + "</p>");
> 11) </script
Here are my steps:
1)Open page with that javascript on it in FF.
2)Set the script as the Evaluation object:
Open Windows tab>right click mouse on the file name> Set as Evaluation
Object
3) Click Venkman's Stop button.
4)Reload the page with the script, and line 4 is highlighted in yellow
5)Click on Step Into to advance to line 5.
In the local variables list 'a' is void, and if I type 'a' into the
Interactive Session window, 'a' is void.
How in the heck is that possible???!!
"Robert North" <[email protected]> wrote in message
news:[email protected]...
> You guys still struggling with hacking the venkman XPI?
>
> Whay not just download this from Mozilla update:
>
https://update.mozilla.org/extensions/moreinfo.php?application=firefox&id=216&vid=512
>
> I beleive it works with Firefox 1.0.
>
> Bye
> -Rob.