2022-01-02 02:53 AM
2022-01-03 06:12 AM
Put it in the Expressions window first and ensure the debugger understands it. If it does not, it could have been optimized out or is out of scope. Show some screenshots and relevant code if you want to debug it.
Live Expressions need to be global variables and not stack-based so that they stay in scope and do not change position, although there can be workarounds.
2022-01-02 05:18 PM
Of course. Why wouldn't it be?
2022-01-03 01:04 AM
Which mode is possible to see a complete struct while running in debug? Live expression says failed to evaluate, swv canno't for the size. the only way that shows me a complete structs it's in variables while skipping code line per line?
Thanks
2022-01-03 06:12 AM
Put it in the Expressions window first and ensure the debugger understands it. If it does not, it could have been optimized out or is out of scope. Show some screenshots and relevant code if you want to debug it.
Live Expressions need to be global variables and not stack-based so that they stay in scope and do not change position, although there can be workarounds.
2022-01-03 06:21 AM
Thanks, it was not in global scope.