(debug build) unique_ptr not showing in MSVS |
||
Issue description
NavigationControllerImpl::SetPendingEntry(std::unique_ptr<NavigationEntryImpl> entry)
If I put a breakpoint in that method, |entry| doesn't show any data, just {...}.
(same gn args as in bug 755213 )
,
Aug 21 2017
I tried this in a clean VC build and the problem repros there, so it's not clang specific.
,
Oct 20 2017
btw I just tried this now and it works. |
||
►
Sign in to add a comment |
||
Comment 1 by r...@chromium.org
, Aug 16 2017Owner: zturner@chromium.org