> Since you can't refer to anonymous-namespace symbols at all in the Visual
> Studio debugger, it also means you can't evaluate an expression containing a
> cast to an anonymous-namespace class. That can also be a real pain, and
> there's no workaround AFAIK.

Wow.  MSDN provides a possible work-around, but it's not pretty.

http://msdn.microsoft.com/en-us/library/0888kc6a%28VS.80%29.aspx

Are there compiler annotations we could put on a class so that it
behaves as though it's in an anonymous namespace but also plays nicely
with the debugger?  If so, maybe we should switch to those.

Or maybe MSVC 2012 works better.  A guy can hope, right?  :)
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to