Viewing a pimpl from DLL in debugger
问题 I am using the pimpl idiom to hide the implementation details of an interface so that I can have some measure of ABI protection. I'm not that well versed on the ins and outs of MS...using Linux for most of my development career. I'm unable to view the insides of the pimpl from the debugger inspection window. My types expand only so far as the raw pointer to impl (it uses a smart pointer). I've tried exporting the symbols, but that doesn't seem to work. I suppose the symbols I'm actually