Re: Debug inside a library
From: Rena (Rena_at_mail.hongkong.com)
Date: 10/25/04
- Next message: Agnes: "How to set combobox.text = """
- Previous message: Fred Nelson: "Error Trapping in a VB.NET program"
- In reply to: Rob Teixeira: "Re: Debug inside a library"
- Next in thread: Rob Teixeira: "Re: Debug inside a library"
- Reply: Rob Teixeira: "Re: Debug inside a library"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 25 Oct 2004 08:43:00 +0800
Hi Rob,
Two new project is created, I have already compiled the class library
project in debug mode, and i have another project added a reference to that
library project. (pdb is exist and reside in the class library project's
bin),
but i dont' know why i still can't go into the break point set on the
library project.
any hint?
Thanks.
Rena.
"Rob Teixeira" <RobTeixeira@@msn.com> ¦b¶l¥ó
news:eNffEyguEHA.1712@TK2MSFTNGP14.phx.gbl ¤¤¼¶¼g...
> As long as :
> 1) the dll is compiled in debug mode
> 2) the pdb file for the dll is available
> 3) you have the source code file
> you can debug the dll
>
> All you have to do is create an EXE project to host it. Then in either VS
or
> the .NET debugger, you can pull up the source file and attach the debugger
> to the EXE project. From there on out, it's just like normal debugging.
>
> -Rob Teixeira
>
> "Rena" <Rena@mail.hongkong.com> wrote in message
> news:uXOWUleuEHA.348@tk2msftngp13.phx.gbl...
> > Hi all,
> > I have created a app. project and a library which will be used by
the
> > main project, however i do not know how to get into debug mode inside
the
> > library, although break point is set. is there anywhere to enable the
> debug
> > mode into library class.
> >
> > thanks
> > rena.
> >
> >
>
>
- Next message: Agnes: "How to set combobox.text = """
- Previous message: Fred Nelson: "Error Trapping in a VB.NET program"
- In reply to: Rob Teixeira: "Re: Debug inside a library"
- Next in thread: Rob Teixeira: "Re: Debug inside a library"
- Reply: Rob Teixeira: "Re: Debug inside a library"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|