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. debugging java script in asp.net

debugging java script in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpjavajavascriptasp-netdebugging
4 Posts 4 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.
  • V Offline
    V Offline
    vijaylumar
    wrote on last edited by
    #1

    hi all i want to debug the javascript function in asp.net is it possible, if yes then how. thanking you Vijay Kumar D

    A A M 3 Replies Last reply
    0
    • V vijaylumar

      hi all i want to debug the javascript function in asp.net is it possible, if yes then how. thanking you Vijay Kumar D

      A Offline
      A Offline
      AspDotNetDev
      wrote on last edited by
      #2

      Yep. You may need to use Visual Studio 2010 (rather than VWD Express). I think VWD has debugging, but you can't do certain things (IIRC, I had problems setting breakpoints, so I just threw errors where I wanted a breakpoint to be). Also, make sure JavaScript debugging is enabled in Internet Explorer. Create a new Web Application and toss some JavaScript in it and you should be able to start debugging (e.g., make a statement that will throw an error and Visual Studio should stop on that line of JS).

      [Managing Your JavaScript Library in ASP.NET]

      1 Reply Last reply
      0
      • V vijaylumar

        hi all i want to debug the javascript function in asp.net is it possible, if yes then how. thanking you Vijay Kumar D

        A Offline
        A Offline
        Ankur Sharma Dotnet
        wrote on last edited by
        #3

        Hi Vijay Debugging java script in asp.net mostly depents on client side utilities. first it depends which browser and asp.net technology(1.1, 2.0, 3.5 or 4.0) you are using. in asp.net 3.5 you can get new features like Trace using ajax extension and also various browsers supports javascript debugging such as in Mozilla you can use firebug, in Safari there is developer's tag and internet explorer better works with ajax trace. just go through this utilities and ajax extension (if using framework greater than 2.0). this will definately work :) Thanks Ankur Sharma

        1 Reply Last reply
        0
        • V vijaylumar

          hi all i want to debug the javascript function in asp.net is it possible, if yes then how. thanking you Vijay Kumar D

          M Offline
          M Offline
          meeram395
          wrote on last edited by
          #4

          Check this links: VS 2008 Javscript Debugging Client Side Script Debugging in ASP.NET

          Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

          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