CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: web debugging

  1. #1
    Join Date
    Sep 2011
    Posts
    34

    web debugging

    I am new to working with a C#.asp.net web forms applications. I have expereince stepping through code in C#.net 2008 desktop application. Thus I would like to be able to step through all the code in this application. Thus far I have been able to step through code in aspx.cs and aspx files

    However, would like to know how to step through code in .js, html, css, and other types of files. If this is not possible, can you tell me or point me to references (urls) that will tell me how to debug these other types of files?

  2. #2
    Join Date
    Feb 2002
    Location
    Mumbai, India
    Posts
    242

    Re: web debugging

    For .js, add the debugger keyword where you want the break point and enable debugging JS in IE -> Internet options -> Advance tab
    Hope this helps. If it does, then rate it.
    ----
    Rohit

  3. #3
    Join Date
    Sep 2011
    Posts
    34

    Re: web debugging

    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured