Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Debugging ASP.NET in absence of VS.NET

Reply
Thread Tools

Debugging ASP.NET in absence of VS.NET

 
 
=?Utf-8?B?Um95?=
Guest
Posts: n/a
 
      12-13-2005
Hi all,

Would anyone guide me how to debug an asp.net file when Visual studion is
not installed? I've installed SDK, but not able to apply dbgclr.exe the way
I've used where VS is present.
Thanks in advance

Roy
 
Reply With Quote
 
 
 
 
Bruce Barker
Guest
Posts: n/a
 
      12-13-2005
under tools -> debug processes attach to asp.net worker process. open the
file you want to debug and set a breakpoint.


-- bruce (sqlwork.com)


"Roy" <> wrote in message
news:E63DA7D3-2143-425C-97D8-...
> Hi all,
>
> Would anyone guide me how to debug an asp.net file when Visual studion is
> not installed? I've installed SDK, but not able to apply dbgclr.exe the
> way
> I've used where VS is present.
> Thanks in advance
>
> Roy



 
Reply With Quote
 
 
 
 
=?Utf-8?B?Um95?=
Guest
Posts: n/a
 
      12-13-2005
Hi Bruce,

The problem is as soon as I attach the process the icon for the breakpoint
changes to the one with a question mark with tooltip of "The breakpoint will
not currently be hit. No symbols have been loaded for this document".
Any idea how to resolve this?
Thanks again

"Bruce Barker" wrote:

> under tools -> debug processes attach to asp.net worker process. open the
> file you want to debug and set a breakpoint.
>
>
> -- bruce (sqlwork.com)
>
>
> "Roy" <> wrote in message
> news:E63DA7D3-2143-425C-97D8-...
> > Hi all,
> >
> > Would anyone guide me how to debug an asp.net file when Visual studion is
> > not installed? I've installed SDK, but not able to apply dbgclr.exe the
> > way
> > I've used where VS is present.
> > Thanks in advance
> >
> > Roy

>
>
>

 
Reply With Quote
 
JIMCO Software
Guest
Posts: n/a
 
      12-14-2005
Roy wrote:
> Hi Bruce,
>
> The problem is as soon as I attach the process the icon for the
> breakpoint changes to the one with a question mark with tooltip of
> "The breakpoint will not currently be hit. No symbols have been
> loaded for this document".
> Any idea how to resolve this?


You'll need symbols to do source code debugging. That means that you need to
build your app in debug mode so that you get the PDB file. Alternatively,
you can build it in release mode but with symbolic information generated.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

Merry Christmas from JIMCO Software!



 
Reply With Quote
 
=?Utf-8?B?Um95?=
Guest
Posts: n/a
 
      12-14-2005
Thanks Jim,
Do I need to have VS installed on the machine in order to build the
application? I'm debugging the source code on a test machine that does not
have VS but SDK.


"JIMCO Software" wrote:

> Roy wrote:
> > Hi Bruce,
> >
> > The problem is as soon as I attach the process the icon for the
> > breakpoint changes to the one with a question mark with tooltip of
> > "The breakpoint will not currently be hit. No symbols have been
> > loaded for this document".
> > Any idea how to resolve this?

>
> You'll need symbols to do source code debugging. That means that you need to
> build your app in debug mode so that you get the PDB file. Alternatively,
> you can build it in release mode but with symbolic information generated.
>
> --
> Jim Cheshire
> JIMCO Software
> http://www.jimcosoftware.com
>
> Merry Christmas from JIMCO Software!
>
>
>
>

 
Reply With Quote
 
JIMCO Software
Guest
Posts: n/a
 
      12-15-2005
Roy wrote:
> Thanks Jim,
> Do I need to have VS installed on the machine in order to build the
> application? I'm debugging the source code on a test machine that
> does not have VS but SDK.
>


Nope. You just need to build with symbols and then either deploy the symbol
file or have it in your symbol path.


--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

Merry Christmas from JIMCO Software!



 
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
absence of router advertisment messages in reponse to roiuter solicitation messages sonia sainani Software 0 10-20-2006 09:20 AM
During my absence Network Guru MCSE 21 05-15-2006 07:13 PM
Visual Age for Java - java.awt.robot class absence? Rafal Majda Java 2 04-12-2005 10:03 AM
in wxPython, how to minimize the window in absence of minimize button? Erik Bethke Python 1 02-08-2005 03:35 PM
Java classes - conspicuous by their absence. taylorius Java 1 01-08-2004 04:59 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