Clion gives you access to the GDB console. It's a tab in the debug window, next to "Console" and "Debugger". Inside the GDB window you can call any GDB command. For examining memory have a look at this: http://www.delorie.com/gnu/docs/gdb/gdb_56.html
Hello,
Clion gives you access to the GDB console. It's a tab in the debug window, next to "Console" and "Debugger". Inside the GDB window you can call any GDB command. For examining memory have a look at this: http://www.delorie.com/gnu/docs/gdb/gdb_56.html
Hope this helps,
Alex.
Thank you