it would be nice to have support for allocated memory chunks and have them displayed like in MSVC debugger, for example ptr, 1024 with float *ptr this will be the same as an array ptr[1024].
it would be nice to have support for allocated memory chunks and have them displayed like in MSVC debugger, for example
ptr, 1024
with float *ptr this will be the same as an array ptr[1024].