This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CC2650: Debugging support in CCS

Part Number: CC2650

Tool/software: TI C/C++ Compiler

Hello,

I use CCS 7v1 with TI's toolchain and for  1st time gave a try to debugger.  I wonder if it is possible to use something like gdb console to query e.g. pointers, dereferencing them, casting to structures (sometimes different than base pointer type) and everything else one familiar with gdb can do with gdb and program, process, (thread -  whatever) being debugged.

Regards