Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. asp.net 2010 debugging

asp.net 2010 debugging

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netjavascripthtmlcss
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 8217517
    wrote on last edited by
    #1

    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?

    P K 2 Replies Last reply
    0
    • M Member 8217517

      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?

      P Offline
      P Offline
      Pravin Patil Mumbai
      wrote on last edited by
      #2

      You can surely debug the code from .js file. But for that you need to enable the script debugging option from the browser. Follow these steps to enable the script debugging. IE Tools->Internet Options…->Advanced->Disable Script Debugging : Uncheck this box Hope this helps. All the best.

      I quit being afraid when my first venture failed and the sky didn't fall down.

      1 Reply Last reply
      0
      • M Member 8217517

        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?

        K Offline
        K Offline
        keyur satyadev
        wrote on last edited by
        #3

        for java script you can use the debugger keyword. i.e. debugger: for CSS and HTML you can check with number of add on from IE and FF (Mozilla). they are very help full to check the CSS and HTML of your page. if you don't know about add on, just search in google. you will get everything.

        Regards Keyur Satyadev

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups