You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build and start templight using the documentation. Once I invoke templight++ with the proper command line in the console window it just waits for input, showing no output. I type in a breakpoint, still no output. I type 'run', still no output. I type 'where' or 'b', and still no output. Finally I type 'q' and I get a bunch of compiler warnings with macro expansions and finally:
Welcome to the Templight debugger!
Begin by entering 'run' after setting breakpoints.
(tdb) Breakpoint 0 for property::prop_member_data
(tdb) Entering prior template-argument substitution of property::prop_member_dat
a::d
at ......\boost/property/property_member_data_value.hpp|38|9 (Memory usage:
0)
(tdb) prior template-argument substitution of property::prop_member_data::d at .
.....\boost/property/property_member_data_value.hpp|38|9
(tdb) Breakpoint 1 for
(tdb) Templight debugging session has ended. 7 warnings generated.
Any idea what is wrong ?
The text was updated successfully, but these errors were encountered:
I build and start templight using the documentation. Once I invoke templight++ with the proper command line in the console window it just waits for input, showing no output. I type in a breakpoint, still no output. I type 'run', still no output. I type 'where' or 'b', and still no output. Finally I type 'q' and I get a bunch of compiler warnings with macro expansions and finally:
Welcome to the Templight debugger!
Begin by entering 'run' after setting breakpoints.
(tdb) Breakpoint 0 for property::prop_member_data
(tdb) Entering prior template-argument substitution of property::prop_member_dat
a::d
at ......\boost/property/property_member_data_value.hpp|38|9 (Memory usage:
0)
(tdb) prior template-argument substitution of property::prop_member_data::d at .
.....\boost/property/property_member_data_value.hpp|38|9
(tdb) Breakpoint 1 for
(tdb) Templight debugging session has ended. 7 warnings generated.
Any idea what is wrong ?
The text was updated successfully, but these errors were encountered: