debugging htc component

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default debugging htc component

    Can any one help me how to debug htc components.
    thanks


    sunil Guest

  2. Similar Questions and Discussions

    1. Debugging output does not appear when use Debugging IPAddresses
      I recently absorbed the task of supporting our CF MX 6.1 server. We have an app that we need to debug - the developer asked us to add her IP...
    2. VB Component debugging as anonymous access
      Hello, I'd like to debug a VB component without activating Basic/Integrated security on the Web Server, just the anonymous access. I need this to...
    3. Component function returntype as component name.
      How does the returntype as a component effect the function and the actual return? Is this the same as extending another component? Can someone...
    4. How to make a protected property in the base component public in the derived component?
      I have a base component, from which several components derive. What I want is to just publish some of the protected properties in the base...
  3. #2

    Default Re: debugging htc component

    put a stop statement at the line you want to debug in. Then set internet
    explorer to debug scripting in the internet tools section, advanced tab.
    Then let it rip. It will break at the stop statement. Then use VS studio to
    step around the stop statement and from there, you can debug like normal.

    "sunil" <sunil_godiyal@yahoo.com> wrote in message
    news:ue0TgFjSDHA.3088@TK2MSFTNGP10.phx.gbl...
    > Can any one help me how to debug htc components.
    > thanks
    >
    >

    Alvin Bruney Guest

  4. #3

    Default Re: debugging htc component

    Alvin,
    I tried to put
    stop()
    but debugger did not popup on my machine.
    Please help.
    thanks

    "Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
    message news:ug2KM7VTDHA.2152@TK2MSFTNGP12.phx.gbl...
    > put a stop statement at the line you want to debug in. Then set internet
    > explorer to debug scripting in the internet tools section, advanced tab.
    > Then let it rip. It will break at the stop statement. Then use VS studio
    to
    > step around the stop statement and from there, you can debug like normal.
    >
    > "sunil" <sunil_godiyal@yahoo.com> wrote in message
    > news:ue0TgFjSDHA.3088@TK2MSFTNGP10.phx.gbl...
    > > Can any one help me how to debug htc components.
    > > thanks
    > >
    > >
    >
    >

    sunil Guest

Posting Permissions

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

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139