templight icon indicating copy to clipboard operation
templight copied to clipboard

Debugger: lookup, typeof, eval and whois not working

Open BrukerJWD opened this issue 3 years ago • 1 comments

Thanks for this great tool! I am able to step through the template process, but unfortunately it isn't of much use as it does not output anything for the above mentioned commands:

Entering prior template-argument substitution of enum_value_sequence::Values
  at enum_value_sequence.cpp|28|62 (Memory usage: 0)
struct _merge_and_renumber<E, enum_value_sequence<E, I1...>, enum_value_sequence<E, I2...>>
                                                             ^
(tdb) w I2
(tdb) w I2...
(tdb) l E
(tdb) w E

Am I doing something wrong?

BrukerJWD avatar May 10 '21 18:05 BrukerJWD

Templight's interactive interface is incomplete and is not really maintained. Have you tried Metashell's MDB? http://metashell.org/manual/getting_started/index.html#using-the-metadebugger It provides an interactive interface for templight.

sabel83 avatar May 22 '21 06:05 sabel83