How to export debug variables in eclipse
Hi there again,
somebody told me how to do this. For your interest:
In debug-modus -> Window -> Show View -> Memory
There you have to add a Memory Monitor with the ‘plus’ symbol. You just type your variable name in there when its already declared in the current debug session. After that you can see it in the monitor view and can export it to a raw binary file for example.
Cheers,
Kevin