Hi, Sometimes (and I don''t know when) I get a Stack Overflow at line 0 error. I know that it could be due to - 1) Recursion 2) Lot of memory consumption by some object 3) Bad usage of iframes (I read it somewhere:) 4) Something else Since it''s not reproducible everytime, it''s hard to debug. So, I was wondering if using prototype, there is a way to build something like an object monitor to keep track of what all objects are currently there in memory and what have been destroyed? Thoughts? Thank you, Mandy. p.s. This is primarily for Internet Explorer.
FireFox has an extension called LeakMonitor. It is quite annoying for normal browsing but you can just enable/disable it. Have you considered making an absolutely positioned DIV with overflow auto that can be shown/hidden with key commands for debug output? Just pipe your debug to a function and then you can just disable the output when you don''t need it by editing the output function. Sprinkle debug statements throughout your code. OR You could take the modern approach and use FireFox and the Venkman extension with is a full debugger. Add the "debugger;" flag at the start of your script and step through. However, to use Venkman you will have to read the online manual/tutorial because it requires some non-intuitive setup (at least from the stand point of standard debuggers). FireFox has a ton of web developer addons (besides just the plain old web developer). I suggest FireBug (lets you quickly see error output, css, events, and HTTP requests/responses for Ajax), console2, and Venkman for a good start. For IE you have their beta web developer bar and the script debugger. The IE debugger is pretty useless and poorly implemented. I *think* it responds the "debugger;" command. In my honest opinion, I don''t use IE to develop. It is strictly a testing browser to make sure my code works properly in IE. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Maninder, Singh Sent: Tuesday, June 06, 2006 9:01 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails-spinoffs] Monitor Objects Hi, Sometimes (and I don''t know when) I get a Stack Overflow at line 0 error. I know that it could be due to - 1) Recursion 2) Lot of memory consumption by some object 3) Bad usage of iframes (I read it somewhere:) 4) Something else Since it''s not reproducible everytime, it''s hard to debug. So, I was wondering if using prototype, there is a way to build something like an object monitor to keep track of what all objects are currently there in memory and what have been destroyed? Thoughts? Thank you, Mandy. p.s. This is primarily for Internet Explorer. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
By far the best way to debug IE, Andrew, is to use VS, or the newly released Visual Web Developer Express which is free. It''s extremely fast for debugging js, and feature rich. Break points, watches, stack trace, script explorer, etc... On 6/6/06, Martinez, Andrew <Andrew.Martinez-9sMr025MA47QT0dZR+AlfA@public.gmane.org> wrote:> > FireFox has an extension called LeakMonitor. It is quite annoying for > normal browsing but you can just enable/disable it. > > Have you considered making an absolutely positioned DIV with overflow auto > that can be shown/hidden with key commands for debug output? Just pipe your > debug to a function and then you can just disable the output when you don''t > need it by editing the output function. Sprinkle debug statements throughout > your code. > > OR > > You could take the modern approach and use FireFox and the Venkman > extension with is a full debugger. Add the "debugger;" flag at the start of > your script and step through. However, to use Venkman you will have to read > the online manual/tutorial because it requires some non-intuitive setup (at > least from the stand point of standard debuggers). > > FireFox has a ton of web developer addons (besides just the plain old web > developer). I suggest FireBug (lets you quickly see error output, css, > events, and HTTP requests/responses for Ajax), console2, and Venkman for a > good start. > > For IE you have their beta web developer bar and the script debugger. The > IE debugger is pretty useless and poorly implemented. I *think* it responds > the "debugger;" command. In my honest opinion, I don''t use IE to develop. It > is strictly a testing browser to make sure my code works properly in IE. > > > > -Andrew Martinez > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Maninder, > Singh > Sent: Tuesday, June 06, 2006 9:01 AM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: [Rails-spinoffs] Monitor Objects > > Hi, > > Sometimes (and I don''t know when) I get a Stack Overflow at line 0 error. > > I know that it could be due to - > > 1) Recursion > 2) Lot of memory consumption by some object > 3) Bad usage of iframes (I read it somewhere:) > 4) Something else > > Since it''s not reproducible everytime, it''s hard to debug. > > So, I was wondering if using prototype, there is a way to build something > like an object monitor to > keep track of what all objects are currently there in memory and what have > been destroyed? > > Thoughts? > > Thank you, > Mandy. > > p.s. This is primarily for Internet Explorer. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Do you know how I can open my URL inside of it? If it''s not done using ASP.net? I have it installed but havent successfully played around with it. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Tuesday, June 06, 2006 7:11 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects By far the best way to debug IE, Andrew, is to use VS, or the newly released Visual Web Developer Express which is free. It''s extremely fast for debugging js, and feature rich. Break points, watches, stack trace, script explorer, etc... On 6/6/06, Martinez, Andrew < Andrew.Martinez-9sMr025MA47QT0dZR+AlfA@public.gmane.org> wrote: FireFox has an extension called LeakMonitor. It is quite annoying for normal browsing but you can just enable/disable it. Have you considered making an absolutely positioned DIV with overflow auto that can be shown/hidden with key commands for debug output? Just pipe your debug to a function and then you can just disable the output when you don''t need it by editing the output function. Sprinkle debug statements throughout your code. OR You could take the modern approach and use FireFox and the Venkman extension with is a full debugger. Add the "debugger;" flag at the start of your script and step through. However, to use Venkman you will have to read the online manual/tutorial because it requires some non-intuitive setup (at least from the stand point of standard debuggers). FireFox has a ton of web developer addons (besides just the plain old web developer). I suggest FireBug (lets you quickly see error output, css, events, and HTTP requests/responses for Ajax), console2, and Venkman for a good start. For IE you have their beta web developer bar and the script debugger. The IE debugger is pretty useless and poorly implemented. I *think* it responds the "debugger;" command. In my honest opinion, I don''t use IE to develop. It is strictly a testing browser to make sure my code works properly in IE. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: <mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Maninder, Singh Sent: Tuesday, June 06, 2006 9:01 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> Subject: [Rails-spinoffs] Monitor Objects Hi, Sometimes (and I don''t know when) I get a Stack Overflow at line 0 error. I know that it could be due to - 1) Recursion 2) Lot of memory consumption by some object 3) Bad usage of iframes (I read it somewhere:) 4) Something else Since it''s not reproducible everytime, it''s hard to debug. So, I was wondering if using prototype, there is a way to build something like an object monitor to keep track of what all objects are currently there in memory and what have been destroyed? Thoughts? Thank you, Mandy. p.s. This is primarily for Internet Explorer. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs <http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Interesting. I have the latest VS release but I haven''t installed it yet; probably should have. I wonder how well it will perform. Thanks for the info. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Tuesday, June 06, 2006 9:41 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects By far the best way to debug IE, Andrew, is to use VS, or the newly released Visual Web Developer Express which is free. It''s extremely fast for debugging js, and feature rich. Break points, watches, stack trace, script explorer, etc... On 6/6/06, Martinez, Andrew < Andrew.Martinez-9sMr025MA47QT0dZR+AlfA@public.gmane.org> wrote: FireFox has an extension called LeakMonitor. It is quite annoying for normal browsing but you can just enable/disable it. Have you considered making an absolutely positioned DIV with overflow auto that can be shown/hidden with key commands for debug output? Just pipe your debug to a function and then you can just disable the output when you don''t need it by editing the output function. Sprinkle debug statements throughout your code. OR You could take the modern approach and use FireFox and the Venkman extension with is a full debugger. Add the "debugger;" flag at the start of your script and step through. However, to use Venkman you will have to read the online manual/tutorial because it requires some non-intuitive setup (at least from the stand point of standard debuggers). FireFox has a ton of web developer addons (besides just the plain old web developer). I suggest FireBug (lets you quickly see error output, css, events, and HTTP requests/responses for Ajax), console2, and Venkman for a good start. For IE you have their beta web developer bar and the script debugger. The IE debugger is pretty useless and poorly implemented. I *think* it responds the "debugger;" command. In my honest opinion, I don''t use IE to develop. It is strictly a testing browser to make sure my code works properly in IE. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: <mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Maninder, Singh Sent: Tuesday, June 06, 2006 9:01 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails-spinoffs] Monitor Objects Hi, Sometimes (and I don''t know when) I get a Stack Overflow at line 0 error. I know that it could be due to - 1) Recursion 2) Lot of memory consumption by some object 3) Bad usage of iframes (I read it somewhere:) 4) Something else Since it''s not reproducible everytime, it''s hard to debug. So, I was wondering if using prototype, there is a way to build something like an object monitor to keep track of what all objects are currently there in memory and what have been destroyed? Thoughts? Thank you, Mandy. p.s. This is primarily for Internet Explorer. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
I keep getting some front page extensions not installed on the server or something similar. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >
Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > IIRC, ie will pop up the "debug" option when you turn on script > debugging. At that point, you can tell it to debug with VS, and it > *should* load everything up for you. At least, that''s worked for me in > the past.... > > FWIW. > > -Jerod > > On 6/6/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > I keep getting some front page extensions not installed on the server or > > something similar. > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Is that the one that comes with MS Office? As in the one that closes your browser for you, oh so helpfully, when you click Stop? Man I hate that thing with a passion. Venkman debugger for Firefox is pretty decent, at least what I''ve seen of it (haven''t used it much). Greg ________________________________ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:49 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4 569-b3c4-dffdf19ccd99&displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > > I keep getting some front page extensions not installed on the serveror> something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Dunno if it comes with MS Office but the script debugger is almost useless. Especially when it starts to fail to open, opens but doesn''t show you anything, or becomes minimized off screen randomly. It''s a piece of crap in my opinion. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Gregory Hill Sent: Wednesday, June 07, 2006 11:53 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Monitor Objects Is that the one that comes with MS Office? As in the one that closes your browser for you, oh so helpfully, when you click Stop? Man I hate that thing with a passion. Venkman debugger for Firefox is pretty decent, at least what I''ve seen of it (haven''t used it much). Greg _____ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:49 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99 <http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en> &displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Ditto Andrew! I have faced those issues almost every single time and I need to keep installing it again :) So, its kind of useless! :) There is another software from TitoSoftware or something that helps in profiling and debugging in Internet Explorer. http://www.titosoftware.com/ Let''s see... Thanks, Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Martinez, Andrew Sent: Wednesday, June 07, 2006 9:28 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Monitor Objects Dunno if it comes with MS Office but the script debugger is almost useless. Especially when it starts to fail to open, opens but doesn''t show you anything, or becomes minimized off screen randomly. It''s a piece of crap in my opinion. -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Gregory Hill Sent: Wednesday, June 07, 2006 11:53 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Monitor Objects Is that the one that comes with MS Office? As in the one that closes your browser for you, oh so helpfully, when you click Stop? Man I hate that thing with a passion. Venkman debugger for Firefox is pretty decent, at least what I''ve seen of it (haven''t used it much). Greg _____ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:49 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99 <http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en> &displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs <http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Ryan, Thanks for sharing...but I am using the Script Debugger - it opens but doesn''t show anything :( Then I resinstall it, it works for 2-3 times and then again starts misbehaving. And for VSExpress, it doesn''t work unless FrontPage Extensions are installed on your server. I use apache and I would need to read up on how to install them if I want to use it for which I don''t have too much time now :( Thanks anyway, Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:19 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99 <http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en> &displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs <http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Hmm, never had those problems with the script debugger, although I haven''t used in a while since I discoverd the built in js debugger in Studio and Express. Sorry for ya. As for Venkmann, slow as molasses, but yea I can see it''s utility for open source devs. I just do all my js logic debugging in VS, super fast. On 6/7/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > Ryan, > > Thanks for sharing...but I am using the Script Debugger - it opens but > doesn''t show anything :( > Then I resinstall it, it works for 2-3 times and then again starts > misbehaving. > > And for VSExpress, it doesn''t work unless FrontPage Extensions are > installed on your server. > > I use apache and I would need to read up on how to install them if I want > to use it for which I don''t have too much time now :( > > Thanks anyway, > Mandy. > > -----Original Message----- > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan Gahl > *Sent:* Wednesday, June 07, 2006 9:19 PM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > Alternately, you can give this a whirl instead. Download and install the > MS script debugger at > > http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en > > > ...make sure in IE you enable script debugging by going to Tools > Options > > Advanced > uncheck both "disable script debugging" options > Apply > > restart IE > Now you can use the above debugger via View > Script Debugger > > Open > > NOTE: If VWD script debugging is working for you, installing the above > tool displaces it. I am an ASP.NET developer, so I actually had to > un-install the script debugger from above, then re-install VWD to get it > back working again (current new job place has no full VS licenses as of now > so I have to use VWD). Also, if you DO have the full VS.NET (2003 or > 2005), don''t even bother with the above link, you can debug js via those > with no problems as Jerod pointed out. > > On 6/7/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > IIRC, ie will pop up the "debug" option when you turn on script > > debugging. At that point, you can tell it to debug with VS, and it > > *should* load everything up for you. At least, that''s worked for me in > > the past.... > > > > FWIW. > > > > -Jerod > > > > On 6/6/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > > > > I keep getting some front page extensions not installed on the server > > or > > > something similar. > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
As far as Debugging using Venkmann is concerned, I know of it and use it but the problem is - You do not always implement similar feature in your site for all browsers (eg RTE might be enabled in IE but not in Firefox) and if I get an issue in RTE code how do I use Venkmann? :)) Sometimes, errors are peculiar to IE (yes there are cases) so again can''t use Venkmann. -Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:48 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Hmm, never had those problems with the script debugger, although I haven''t used in a while since I discoverd the built in js debugger in Studio and Express. Sorry for ya. As for Venkmann, slow as molasses, but yea I can see it''s utility for open source devs. I just do all my js logic debugging in VS, super fast. On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: Ryan, Thanks for sharing...but I am using the Script Debugger - it opens but doesn''t show anything :( Then I resinstall it, it works for 2-3 times and then again starts misbehaving. And for VSExpress, it doesn''t work unless FrontPage Extensions are installed on your server. I use apache and I would need to read up on how to install them if I want to use it for which I don''t have too much time now :( Thanks anyway, Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:19 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99 <http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en> &displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs <http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
How about Eclipse? Isn''t that supposed to have script debugging facilities, or does that debugger only attach to FF? On 6/7/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > As far as Debugging using Venkmann is concerned, I know of it and use it > but the problem is - > > You do not always implement similar feature in your site for all browsers > (eg RTE might be enabled in IE but not in Firefox) and if I get an issue in > RTE code how do I use Venkmann? :)) > > Sometimes, errors are peculiar to IE (yes there are cases) so again can''t > use Venkmann. > > -Mandy. > > -----Original Message----- > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan Gahl > *Sent:* Wednesday, June 07, 2006 9:48 PM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > Hmm, never had those problems with the script debugger, although I haven''t > used in a while since I discoverd the built in js debugger in Studio and > Express. > > Sorry for ya. > > As for Venkmann, slow as molasses, but yea I can see it''s utility for open > source devs. I just do all my js logic debugging in VS, super fast. > > On 6/7/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > Ryan, > > > > Thanks for sharing...but I am using the Script Debugger - it opens but > > doesn''t show anything :( > > Then I resinstall it, it works for 2-3 times and then again starts > > misbehaving. > > > > And for VSExpress, it doesn''t work unless FrontPage Extensions are > > installed on your server. > > > > I use apache and I would need to read up on how to install them if I > > want to use it for which I don''t have too much time now :( > > > > Thanks anyway, > > Mandy. > > > > -----Original Message----- > > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan Gahl > > *Sent:* Wednesday, June 07, 2006 9:19 PM > > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > > > Alternately, you can give this a whirl instead. Download and install > > the MS script debugger at > > > > http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en > > > > > > ...make sure in IE you enable script debugging by going to Tools > > > Options > Advanced > uncheck both "disable script debugging" options > Apply > > > restart IE > Now you can use the above debugger via View > Script Debugger > > > Open > > > > NOTE: If VWD script debugging is working for you, installing the above > > tool displaces it. I am an ASP.NET developer, so I actually had to > > un-install the script debugger from above, then re-install VWD to get it > > back working again (current new job place has no full VS licenses as of now > > so I have to use VWD). Also, if you DO have the full VS.NET (2003 or > > 2005), don''t even bother with the above link, you can debug js via those > > with no problems as Jerod pointed out. > > > > On 6/7/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > IIRC, ie will pop up the "debug" option when you turn on script > > > debugging. At that point, you can tell it to debug with VS, and it > > > *should* load everything up for you. At least, that''s worked for me in > > > the past.... > > > > > > FWIW. > > > > > > -Jerod > > > > > > On 6/6/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > > > > > > > I keep getting some front page extensions not installed on the > > > server or > > > > something similar. > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
The Eclipse ATF (from when I tried it) could not attach itself to an external server... I think you needed to run Tomact if you wanted to debug... -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 10:12 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects How about Eclipse? Isn''t that supposed to have script debugging facilities, or does that debugger only attach to FF? On 6/7/06, Maninder, Singh < <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: As far as Debugging using Venkmann is concerned, I know of it and use it but the problem is - You do not always implement similar feature in your site for all browsers (eg RTE might be enabled in IE but not in Firefox) and if I get an issue in RTE code how do I use Venkmann? :)) Sometimes, errors are peculiar to IE (yes there are cases) so again can''t use Venkmann. -Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:48 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Hmm, never had those problems with the script debugger, although I haven''t used in a while since I discoverd the built in js debugger in Studio and Express. Sorry for ya. As for Venkmann, slow as molasses, but yea I can see it''s utility for open source devs. I just do all my js logic debugging in VS, super fast. On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: Ryan, Thanks for sharing...but I am using the Script Debugger - it opens but doesn''t show anything :( Then I resinstall it, it works for 2-3 times and then again starts misbehaving. And for VSExpress, it doesn''t work unless FrontPage Extensions are installed on your server. I use apache and I would need to read up on how to install them if I want to use it for which I don''t have too much time now :( Thanks anyway, Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:19 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99 <http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en> &displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs <http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Well it shouldn''t need to attach to any SERVER... just to a running instance of a browser. On 6/7/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > The Eclipse ATF (from when I tried it) could not attach itself to an > external server... > I think you needed to run Tomact if you wanted to debug... > > -----Original Message----- > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan Gahl > *Sent:* Wednesday, June 07, 2006 10:12 PM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > How about Eclipse? Isn''t that supposed to have script debugging > facilities, or does that debugger only attach to FF? > > On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > As far as Debugging using Venkmann is concerned, I know of it and use > > it but the problem is - > > > > You do not always implement similar feature in your site for all > > browsers (eg RTE might be enabled in IE but not in Firefox) and if I get an > > issue in RTE code how do I use Venkmann? :)) > > > > Sometimes, errors are peculiar to IE (yes there are cases) so again > > can''t use Venkmann. > > > > -Mandy. > > > > -----Original Message----- > > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan Gahl > > *Sent:* Wednesday, June 07, 2006 9:48 PM > > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > > > Hmm, never had those problems with the script debugger, although I > > haven''t used in a while since I discoverd the built in js debugger in Studio > > and Express. > > > > Sorry for ya. > > > > As for Venkmann, slow as molasses, but yea I can see it''s utility for > > open source devs. I just do all my js logic debugging in VS, super fast. > > > > On 6/7/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > Ryan, > > > > > > Thanks for sharing...but I am using the Script Debugger - it opens but > > > doesn''t show anything :( > > > Then I resinstall it, it works for 2-3 times and then again starts > > > misbehaving. > > > > > > And for VSExpress, it doesn''t work unless FrontPage Extensions are > > > installed on your server. > > > > > > I use apache and I would need to read up on how to install them if I > > > want to use it for which I don''t have too much time now :( > > > > > > Thanks anyway, > > > Mandy. > > > > > > -----Original Message----- > > > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > > > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan Gahl > > > *Sent:* Wednesday, June 07, 2006 9:19 PM > > > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > > > > > Alternately, you can give this a whirl instead. Download and install > > > the MS script debugger at > > > > > > http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en > > > > > > > > > ...make sure in IE you enable script debugging by going to Tools > > > > Options > Advanced > uncheck both "disable script debugging" options > Apply > > > > restart IE > Now you can use the above debugger via View > Script Debugger > > > > Open > > > > > > NOTE: If VWD script debugging is working for you, installing the above > > > tool displaces it. I am an ASP.NET developer, so I actually had to > > > un-install the script debugger from above, then re-install VWD to get it > > > back working again (current new job place has no full VS licenses as of now > > > so I have to use VWD). Also, if you DO have the full VS.NET (2003 or > > > 2005), don''t even bother with the above link, you can debug js via those > > > with no problems as Jerod pointed out. > > > > > > On 6/7/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > IIRC, ie will pop up the "debug" option when you turn on script > > > > debugging. At that point, you can tell it to debug with VS, and it > > > > *should* load everything up for you. At least, that''s worked for me > > > > in > > > > the past.... > > > > > > > > FWIW. > > > > > > > > -Jerod > > > > > > > > On 6/6/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > > > > > > > > > > I keep getting some front page extensions not installed on the > > > > server or > > > > > something similar. > > > > > _______________________________________________ > > > > > Rails-spinoffs mailing list > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
http://www.alphaworks.ibm.com/tech/ajaxtk/faq#08 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 10:18 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Well it shouldn''t need to attach to any SERVER... just to a running instance of a browser. On 6/7/06, Maninder, Singh < <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: The Eclipse ATF (from when I tried it) could not attach itself to an external server... I think you needed to run Tomact if you wanted to debug... -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 10:12 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects How about Eclipse? Isn''t that supposed to have script debugging facilities, or does that debugger only attach to FF? On 6/7/06, Maninder, Singh < <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: As far as Debugging using Venkmann is concerned, I know of it and use it but the problem is - You do not always implement similar feature in your site for all browsers (eg RTE might be enabled in IE but not in Firefox) and if I get an issue in RTE code how do I use Venkmann? :)) Sometimes, errors are peculiar to IE (yes there are cases) so again can''t use Venkmann. -Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:48 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Hmm, never had those problems with the script debugger, although I haven''t used in a while since I discoverd the built in js debugger in Studio and Express. Sorry for ya. As for Venkmann, slow as molasses, but yea I can see it''s utility for open source devs. I just do all my js logic debugging in VS, super fast. On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: Ryan, Thanks for sharing...but I am using the Script Debugger - it opens but doesn''t show anything :( Then I resinstall it, it works for 2-3 times and then again starts misbehaving. And for VSExpress, it doesn''t work unless FrontPage Extensions are installed on your server. I use apache and I would need to read up on how to install them if I want to use it for which I don''t have too much time now :( Thanks anyway, Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:19 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99 <http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en> &displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs <http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Oh ok, now I see what you''re saying... you can''t even USE ATF without Tomcat. Silly. On 6/7/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > http://www.alphaworks.ibm.com/tech/ajaxtk/faq#08 > > -----Original Message----- > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan Gahl > *Sent:* Wednesday, June 07, 2006 10:18 PM > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > Well it shouldn''t need to attach to any SERVER... just to a running > instance of a browser. > > On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > The Eclipse ATF (from when I tried it) could not attach itself to an > > external server... > > I think you needed to run Tomact if you wanted to debug... > > > > -----Original Message----- > > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan Gahl > > *Sent:* Wednesday, June 07, 2006 10:12 PM > > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > > > How about Eclipse? Isn''t that supposed to have script debugging > > facilities, or does that debugger only attach to FF? > > > > On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > As far as Debugging using Venkmann is concerned, I know of it and use > > > it but the problem is - > > > > > > You do not always implement similar feature in your site for all > > > browsers (eg RTE might be enabled in IE but not in Firefox) and if I get an > > > issue in RTE code how do I use Venkmann? :)) > > > > > > Sometimes, errors are peculiar to IE (yes there are cases) so again > > > can''t use Venkmann. > > > > > > -Mandy. > > > > > > -----Original Message----- > > > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > > > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan Gahl > > > *Sent:* Wednesday, June 07, 2006 9:48 PM > > > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > > > > > Hmm, never had those problems with the script debugger, although I > > > haven''t used in a while since I discoverd the built in js debugger in Studio > > > and Express. > > > > > > Sorry for ya. > > > > > > As for Venkmann, slow as molasses, but yea I can see it''s utility for > > > open source devs. I just do all my js logic debugging in VS, super fast. > > > > > > On 6/7/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > > > Ryan, > > > > > > > > Thanks for sharing...but I am using the Script Debugger - it opens > > > > but doesn''t show anything :( > > > > Then I resinstall it, it works for 2-3 times and then again starts > > > > misbehaving. > > > > > > > > And for VSExpress, it doesn''t work unless FrontPage Extensions are > > > > installed on your server. > > > > > > > > I use apache and I would need to read up on how to install them if I > > > > want to use it for which I don''t have too much time now :( > > > > > > > > Thanks anyway, > > > > Mandy. > > > > > > > > -----Original Message----- > > > > *From:* rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: > > > > rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]*On Behalf Of *Ryan > > > > Gahl > > > > *Sent:* Wednesday, June 07, 2006 9:19 PM > > > > *To:* rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > *Subject:* Re: [Rails-spinoffs] Monitor Objects > > > > > > > > Alternately, you can give this a whirl instead. Download and > > > > install the MS script debugger at > > > > > > > > http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en > > > > > > > > > > > > ...make sure in IE you enable script debugging by going to Tools > > > > > Options > Advanced > uncheck both "disable script debugging" options > Apply > > > > > restart IE > Now you can use the above debugger via View > Script Debugger > > > > > Open > > > > > > > > NOTE: If VWD script debugging is working for you, installing the > > > > above tool displaces it. I am an ASP.NET developer, so I actually > > > > had to un-install the script debugger from above, then re-install VWD to get > > > > it back working again (current new job place has no full VS licenses as of > > > > now so I have to use VWD). Also, if you DO have the full VS.NET(2003 or 2005), don''t even bother with the above link, you can debug js via > > > > those with no problems as Jerod pointed out. > > > > > > > > On 6/7/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > IIRC, ie will pop up the "debug" option when you turn on script > > > > > debugging. At that point, you can tell it to debug with VS, and it > > > > > *should* load everything up for you. At least, that''s worked for > > > > > me in > > > > > the past.... > > > > > > > > > > FWIW. > > > > > > > > > > -Jerod > > > > > > > > > > On 6/6/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > > > > > > > > > > > > > > > > I keep getting some front page extensions not installed on the > > > > > server or > > > > > > something similar. > > > > > > _______________________________________________ > > > > > > Rails-spinoffs mailing list > > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Rails-spinoffs mailing list > > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails-spinoffs mailing list > > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
For what it''s worth, I find the simplest debugger to use is the one shipped in the latest version of Firebug : You just insert the "debugger" keyword in your script... The Eclipse Web Tools Project doesn''t have a patch in Firefox + Firebug for front end stuff.. Matt Ryan Gahl wrote: Oh ok, now I see what you''re saying... you can''t even USE ATF without Tomcat. Silly. On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: http://www.alphaworks.ibm.com/tech/ajaxtk/faq#08 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 10:18 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Well it shouldn''t need to attach to any SERVER... just to a running instance of a browser. On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: The Eclipse ATF (from when I tried it) could not attach itself to an external server... I think you needed to run Tomact if you wanted to debug... -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 10:12 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects How about Eclipse? Isn''t that supposed to have script debugging facilities, or does that debugger only attach to FF? On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: As far as Debugging using Venkmann is concerned, I know of it and use it but the problem is - You do not always implement similar feature in your site for all browsers (eg RTE might be enabled in IE but not in Firefox) and if I get an issue in RTE code how do I use Venkmann? :)) Sometimes, errors are peculiar to IE (yes there are cases) so again can''t use Venkmann. -Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:48 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Hmm, never had those problems with the script debugger, although I haven''t used in a while since I discoverd the built in js debugger in Studio and Express. Sorry for ya. As for Venkmann, slow as molasses, but yea I can see it''s utility for open source devs. I just do all my js logic debugging in VS, super fast. On 6/7/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org > wrote: Ryan, Thanks for sharing...but I am using the Script Debugger - it opens but doesn''t show anything :( Then I resinstall it, it works for 2-3 times and then again starts misbehaving. And for VSExpress, it doesn''t work unless FrontPage Extensions are installed on your server. I use apache and I would need to read up on how to install them if I want to use it for which I don''t have too much time now :( Thanks anyway, Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:19 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Again and Again.... This is FOR INTERNET EXPLORER :) We all know FIREFOX is brilliant ;) -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Matt Spendlove Sent: Wednesday, June 07, 2006 10:34 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects For what it''s worth, I find the simplest debugger to use is the one shipped in the latest version of Firebug : <http://www.joehewitt.com/software/firebug/> <http://www.joehewitt.com/software/firebug/> You just insert the "debugger" keyword in your script... The Eclipse Web Tools Project doesn''t have a patch in Firefox + Firebug for front end stuff.. Matt Ryan Gahl wrote: Oh ok, now I see what you''re saying... you can''t even USE ATF without Tomcat. Silly. On 6/7/06, Maninder, Singh < <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: http://www.alphaworks.ibm.com/tech/ajaxtk/faq#08 <http://www.alphaworks.ibm.com/tech/ajaxtk/faq#08> -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 10:18 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Well it shouldn''t need to attach to any SERVER... just to a running instance of a browser. On 6/7/06, Maninder, Singh < <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: The Eclipse ATF (from when I tried it) could not attach itself to an external server... I think you needed to run Tomact if you wanted to debug... -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 10:12 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects How about Eclipse? Isn''t that supposed to have script debugging facilities, or does that debugger only attach to FF? On 6/7/06, Maninder, Singh < <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: As far as Debugging using Venkmann is concerned, I know of it and use it but the problem is - You do not always implement similar feature in your site for all browsers (eg RTE might be enabled in IE but not in Firefox) and if I get an issue in RTE code how do I use Venkmann? :)) Sometimes, errors are peculiar to IE (yes there are cases) so again can''t use Venkmann. -Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:48 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Hmm, never had those problems with the script debugger, although I haven''t used in a while since I discoverd the built in js debugger in Studio and Express. Sorry for ya. As for Venkmann, slow as molasses, but yea I can see it''s utility for open source devs. I just do all my js logic debugging in VS, super fast. On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> > wrote: Ryan, Thanks for sharing...but I am using the Script Debugger - it opens but doesn''t show anything :( Then I resinstall it, it works for 2-3 times and then again starts misbehaving. And for VSExpress, it doesn''t work unless FrontPage Extensions are installed on your server. I use apache and I would need to read up on how to install them if I want to use it for which I don''t have too much time now :( Thanks anyway, Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:19 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99 <http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&displaylang=en> &displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote:> > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs <http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org <mailto:Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
There''s this other great debugger for Firefox... just kidding :-) Greg ________________________________ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Maninder, Singh Sent: Wednesday, June 07, 2006 11:07 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Monitor Objects Again and Again.... This is FOR INTERNET EXPLORER :) We all know FIREFOX is brilliant ;) -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Matt Spendlove Sent: Wednesday, June 07, 2006 10:34 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects For what it''s worth, I find the simplest debugger to use is the one shipped in the latest version of Firebug : <http://www.joehewitt.com/software/firebug/> <http://www.joehewitt.com/software/firebug/> You just insert the "debugger" keyword in your script... The Eclipse Web Tools Project doesn''t have a patch in Firefox + Firebug for front end stuff.. Matt Ryan Gahl wrote: Oh ok, now I see what you''re saying... you can''t even USE ATF without Tomcat. Silly. On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> > wrote: http://www.alphaworks.ibm.com/tech/ajaxtk/faq#08 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 10:18 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Well it shouldn''t need to attach to any SERVER... just to a running instance of a browser. On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> > wrote: The Eclipse ATF (from when I tried it) could not attach itself to an external server... I think you needed to run Tomact if you wanted to debug... -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 10:12 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects How about Eclipse? Isn''t that supposed to have script debugging facilities, or does that debugger only attach to FF? On 6/7/06, Maninder, Singh < mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org <mailto:mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> > wrote: As far as Debugging using Venkmann is concerned, I know of it and use it but the problem is - You do not always implement similar feature in your site for all browsers (eg RTE might be enabled in IE but not in Firefox) and if I get an issue in RTE code how do I use Venkmann? :)) Sometimes, errors are peculiar to IE (yes there are cases) so again can''t use Venkmann. -Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:48 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Hmm, never had those problems with the script debugger, although I haven''t used in a while since I discoverd the built in js debugger in Studio and Express. Sorry for ya. As for Venkmann, slow as molasses, but yea I can see it''s utility for open source devs. I just do all my js logic debugging in VS, super fast. On 6/7/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org > wrote: Ryan, Thanks for sharing...but I am using the Script Debugger - it opens but doesn''t show anything :( Then I resinstall it, it works for 2-3 times and then again starts misbehaving. And for VSExpress, it doesn''t work unless FrontPage Extensions are installed on your server. I use apache and I would need to read up on how to install them if I want to use it for which I don''t have too much time now :( Thanks anyway, Mandy. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Wednesday, June 07, 2006 9:19 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Monitor Objects Alternately, you can give this a whirl instead. Download and install the MS script debugger at http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4 569-b3c4-dffdf19ccd99&displaylang=en ...make sure in IE you enable script debugging by going to Tools > Options > Advanced > uncheck both "disable script debugging" options > Apply > restart IE > Now you can use the above debugger via View > Script Debugger > Open NOTE: If VWD script debugging is working for you, installing the above tool displaces it. I am an ASP.NET developer, so I actually had to un-install the script debugger from above, then re-install VWD to get it back working again (current new job place has no full VS licenses as of now so I have to use VWD). Also, if you DO have the full VS.NET (2003 or 2005), don''t even bother with the above link, you can debug js via those with no problems as Jerod pointed out. On 6/7/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: IIRC, ie will pop up the "debug" option when you turn on script debugging. At that point, you can tell it to debug with VS, and it *should* load everything up for you. At least, that''s worked for me in the past.... FWIW. -Jerod On 6/6/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > > I keep getting some front page extensions not installed on the server or > something similar. > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
lol... :) -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Gregory Hill Sent: Wednesday, June 07, 2006 10:53 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Monitor Objects There''s this other great debugger for Firefox... just kidding :-) Greg _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs