Re: Attach to Process does not work?
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Tue, 01 Apr 2008 02:25:47 GMT
Hi Schneider,
Thanks for your conformation.
Yes, this is very possible a symbol file loading issue. Breakpoint is set
in the source file, so the debugger&IDE must map this source file to the
running code virtual address to inject a "int 3" breakpiont. The source
lines <---> virtual address mapping information is contained in the pdb
files, so the loading of pdb symbol files is critical in this process.
I will wait for your further checking to the symbol loading status. Thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
=========================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: Attach to Process does not work?
- From: eschneider
- Re: Attach to Process does not work?
- Next by Date: RE: Debugging a remote service fails
- Next by thread: Re: Attach to Process does not work?
- Index(es):
Relevant Pages
|