Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Microsoft Script Editor Doesnt Debug

Reply
Thread Tools

Microsoft Script Editor Doesnt Debug

 
 
Bruce Johnson
Guest
Posts: n/a
 
      11-07-2006
Two issues. Using IE 6 (all patches) over XP Pro (all patches) along with
mse7.exe (Microsoft script editor) from Office 2003.

I can get HTML pages etc into the editor with no problems. I want to do
javascript interactive debugging just like I do with VBA in Word etc. I set
a breakpoint in the js function then run.

I get the IE window with the Information Bar claiming it's blocking active
content. Everything's run on my local machine; I've got the Local Intranet
security set to low and pretty much everything in the security setup set to
enabled. How do I keep IE from messing with me with the Information Bar?

Next, the script doesn't break. Are these two related or should I relegate
mse to the scrap heap?


 
Reply With Quote
 
 
 
 
Randy Webb
Guest
Posts: n/a
 
      11-07-2006
Bruce Johnson said the following on 11/7/2006 1:22 PM:
> Two issues. Using IE 6 (all patches) over XP Pro (all patches) along with
> mse7.exe (Microsoft script editor) from Office 2003.
>
> I can get HTML pages etc into the editor with no problems. I want to do
> javascript interactive debugging just like I do with VBA in Word etc. I set
> a breakpoint in the js function then run.
>
> I get the IE window with the Information Bar claiming it's blocking active
> content. Everything's run on my local machine; I've got the Local Intranet
> security set to low and pretty much everything in the security setup set to
> enabled. How do I keep IE from messing with me with the Information Bar?


Change the security setting in IE to allow Active Content to run from CD
and the Local Hard Drive.

> Next, the script doesn't break. Are these two related or should I relegate
> mse to the scrap heap?


Scrap It.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
 
Reply With Quote
 
 
 
 
steveH
Guest
Posts: n/a
 
      11-08-2006
Bruce Johnson wrote:
> Two issues. Using IE 6 (all patches) over XP Pro (all patches) along with
> mse7.exe (Microsoft script editor) from Office 2003.
>
> I can get HTML pages etc into the editor with no problems. I want to do
> javascript interactive debugging just like I do with VBA in Word etc. I set
> a breakpoint in the js function then run.
>
> I get the IE window with the Information Bar claiming it's blocking active
> content. Everything's run on my local machine; I've got the Local Intranet
> security set to low and pretty much everything in the security setup set to
> enabled. How do I keep IE from messing with me with the Information Bar?
>
> Next, the script doesn't break. Are these two related or should I relegate
> mse to the scrap heap?


When you say 'set a breakpoint' do you mean enter the 'debugger'
keyword in your code or toggle something in the gutter of the editor.
The former should work, I've never had any joy with the latter
(although I speak from memory, I've long since switched to visual
studio for most of my js debugging).
In addition, sometimes I find that the debugger simply stops working
(refuses to attach to the IE process any more, after working happily
for some time). Ctrl-N to switch to a new window seems to sort it out.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
microsoft.public.certification, microsoft.public.cert.exam.mcsa, microsoft.public.cert.exam.mcad, microsoft.public.cert.exam.mcse, microsoft.public.cert.exam.mcsd loyola MCSE 4 11-15-2006 02:40 AM
microsoft.public.certification, microsoft.public.cert.exam.mcsa, microsoft.public.cert.exam.mcad, microsoft.public.cert.exam.mcse, microsoft.public.cert.exam.mcsd loyola Microsoft Certification 3 11-14-2006 05:18 PM
microsoft.public.certification, microsoft.public.cert.exam.mcsa, microsoft.public.cert.exam.mcad, microsoft.public.cert.exam.mcse, microsoft.public.cert.exam.mcsd loyola MCSD 3 11-14-2006 05:18 PM
microsoft.public.certification, microsoft.public.cert.exam.mcsa, microsoft.public.cert.exam.mcad, microsoft.public.cert.exam.mcse, microsoft.public.cert.exam.mcsd realexxams@yahoo.com Microsoft Certification 0 05-10-2006 02:35 PM
microsoft.public.dotnet.faqs,microsoft.public.dotnet.framework,microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb Charles A. Lackman ASP .Net 1 12-08-2004 07:08 PM



Advertisments