Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Breakpoint not allowed in JS code

Reply
Thread Tools

Breakpoint not allowed in JS code

 
 
Ofer Zelig
Guest
Posts: n/a
 
      03-02-2006
I set a breakpoing at a certain line in a JS file, and get a small
exclamation icon which its tooltip says "The breakpoint will not currently
be hit. No symbols have been loaded for this document".

Basic data:
ASP.NET 2005 project (last official release)
Debug compilation mode
Problem arises both under IIS mode and under File mode (cassini)
Full privilege (administrator...)
Breakpoint works fine in CS code. The error mentioned appears only in JS
files of the project.

Note: It did work until last week. I don't know "what happened" in the last
few days that made it not to work.


Thanks in advance for any help,
Ofer


 
Reply With Quote
 
 
 
 
Eliyahu Goldin
Guest
Posts: n/a
 
      03-02-2006
Ofer,

Check your browser settings, if script debugging is allowed.

Eliyahu

"Ofer Zelig" <> wrote in message
news:...
>I set a breakpoing at a certain line in a JS file, and get a small
> exclamation icon which its tooltip says "The breakpoint will not currently
> be hit. No symbols have been loaded for this document".
>
> Basic data:
> ASP.NET 2005 project (last official release)
> Debug compilation mode
> Problem arises both under IIS mode and under File mode (cassini)
> Full privilege (administrator...)
> Breakpoint works fine in CS code. The error mentioned appears only in JS
> files of the project.
>
> Note: It did work until last week. I don't know "what happened" in the
> last
> few days that made it not to work.
>
>
> Thanks in advance for any help,
> Ofer
>
>



 
Reply With Quote
 
 
 
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      03-03-2006
Hi Ofer,

I agree with Eliyahu that you can check the IE browser's setting. And for
vs 2005, the clientscript debugging ability is the same with vs 2003 which
is controlled by both the vs ide and browser setting. Here is the web
article and ms kb mentioned this:

#How to debug client-side script in Visual Basic .NET or in Visual Basic
2005
http://support.microsoft.com/kb/317699/en-us

#Debugging Javascript (Atlas, Ajax)...
http://weblogs.asp.net/rchartier/arc...06/426799.aspx

Hope this also helps.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

 
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
Why defining a constant in a method is not allowed but usingself.class.const_set is allowed? IƱaki Baz Castillo Ruby 13 05-01-2011 06:09 PM
Boa constructor debugging - exec some code at breakpoint? Joel Python 2 01-22-2008 05:04 PM
How to breakpoint ruby code ? Zouplaz Ruby 9 10-18-2007 02:08 PM
project stops at imaginary breakpoint, but no breakpoint exists Mark ASP .Net 4 04-26-2004 04:23 AM
Breakpoint will not be hit Vik ASP .Net 1 07-25-2003 05:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57