#9917 closed Support Requests (worksforme)
Help on boost::optional
Reported by: | Owned by: | akrzemi1 | |
---|---|---|---|
Milestone: | To Be Determined | Component: | optional |
Version: | Boost 1.54.0 | Severity: | Not Applicable |
Keywords: | watch boost optional | Cc: |
Description
Hi,
I've just added the content of "boostoptional.msvc8.vis.txt" in the autoexp.dat file (I'm using Visual studio 2010).
However, when I'm in debug mode, I can't see the value of a boost::optional variable.
Could you please help on this ? Is there something to do more or I've just missed something ?
Best Regards, Naval
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 8 years ago
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
I haven't heard any reply. I think the explanation is satisfactory. I am closing the ticket.
comment:4 by , 8 years ago
Hi,
Sorry for the late reply. Yes the explanation is satisfactory and it works now, Thank you very much for your help
Best Regards, Rija
Note:
See TracTickets
for help on using tickets.
A debugger visualizer for boost::optional for VS can be downloaded from here: https://svn.boost.org/svn/boost/sandbox/boost_docs/subprojects/DebuggerVisualizers/ Instructions on "installing" it can be found here: https://svn.boost.org/trac/boost/wiki/DebuggerVisualizers. It is possible that you have more than one autoexp.dat file. Make sure you are changing the one your IDE is using. If you are not sure which one it is, try changing all of them. Remember that you cannot put these contents anywhere in autoexp.dat; it has to be in section [Visualizer].
Does this help?