Re: Attach to Process does not work?



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.




.



Relevant Pages

  • Re: Attach to Process does not work?
    ... This feature will not load symbol for non *user* ... then VS debugger will not load symbol for it. ... Microsoft Online Community Support ... You can send feedback directly to my manager at: ...
    (microsoft.public.vsnet.debugging)
  • Re: Starnge debug view?
    ... I have discussed with the VS debugger with it. ... Microsoft Online Community Support ... Delighting our customers is our #1 priority. ... You can send feedback directly to my manager at: ...
    (microsoft.public.vsnet.debugging)
  • Re: Need to click twice to fire an Event
    ... In fact the debugger doesn't stop at all. ... Sometimes maybe the codes execute, ... Microsoft Online Community Support ... You can send feedback directly to my manager at: ...
    (microsoft.public.dotnet.general)
  • Re: Starnge debug view?
    ... I have discussed with the VS debugger with it. ... help us reproduce this issue locally? ... Microsoft Online Community Support ... You can send feedback directly to my manager at: ...
    (microsoft.public.vsnet.debugging)

Loading