if I understood well, to compute the log of a variable when watching variables in the visual studio debugger, I need to write -- at least if compiled in debug mode: ((double(__cdecl*)(double))({,,ucrtbased.dll}log))(my_variable)
but I also need to make sure all symbols for external dlls are loaded.
about 2 months ago