Re: Attach to Process does not work?
- From: "eschneider" <eschneider@xxxxxxxxxxxxxxxx>
- Date: Tue, 8 Apr 2008 11:35:40 -0500
What do they mean by Optimized?
When I look at the Project Properties / Build / The the Optimize code
checkbox is Unchecked.
I even did a rebuild to make sure it was not check before, same results.
I then Unchecked and tried to build; Attach debug, and got the same results.
SR.Matrix.DataAccess.dll
C:\projects\SR.Matrix\SR.Matrix.Atlantis.Server\bin\Debug\SR.Matrix.DataAccess.dll
Yes N/A Symbols loaded.
C:\projects\SR.Matrix\SR.Matrix.Atlantis.Server\bin\Debug\SR.Matrix.DataAccess.pdb
7 1.1.0.0 4/7/2008 9:55 AM 01500000-0151C000 [5556] nebServer.exe: Managed
""Jeffrey Tan[MSFT]"" <jetan@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:uuKS41GmIHA.3756@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Schneider,
Thanks for your feedback.
As the record pointed, your module is optimized, so it is considered as
*system* code not *user* code. There is a new debugger feature called
"Just
My Code" after VS2005. This feature will not load symbol for non *user*
code modules. If a module is optimized, it is considered as non *user*
code
module, then VS debugger will not load symbol for it. The two articles
below explain "Just My Code" feature in details:
"Is 'Just my Code' for you?"
http://blogs.msdn.com/greggm/archive/2004/07/29/201315.aspx
http://msdn2.microsoft.com/en-us/library/h5e30exc.aspx
You can turn off "Just My Code" in VS menu
Tools->Options->Debugging->General->Just My Code. After turnning it off, I
would expect the debugger to load the symbols.
If this still does not resolve the problem, please feel free to tell me,
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: "Jeffrey Tan[MSFT]"
- Re: Attach to Process does not work?
- References:
- Re: Attach to Process does not work?
- From: "Jeffrey Tan[MSFT]"
- Re: Attach to Process does not work?
- From: eschneider
- Re: Attach to Process does not work?
- From: "Jeffrey Tan[MSFT]"
- Re: Attach to Process does not work?
- Prev by Date: RE: Debugging a remote service fails
- Next by Date: Re: Attach to Process does not work?
- Previous by thread: Re: Attach to Process does not work?
- Next by thread: Re: Attach to Process does not work?
- Index(es):
Relevant Pages
|
Loading