That's not exactly correct.
In VS2010 you can have symbols in your watch window that are in an anonymous
namespace and you can put breakpoints on them. For example:
namespace {
int g = 42;
}
In your Watch window, add g, and you can see 42.
If you have an anonymous namespace inside of another namespace, then they are
not easy to see in your watch window. But you can still put breakpoints on
them. That case is not very common though.
On Tuesday, November 20, 2012 9:56:13 PM UTC-5, Robert O'Callahan wrote:
>
> http://msdn.microsoft.com/en-us/library/0888kc6a%28v=vs.100%29.aspx
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform