Quantcast
Channel: Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1583

How to debug a debug session in e2studio?

$
0
0

(For some background, see my posting entitled, "Need help with e2studio debug configuration on RZ/A1H board")

 

My debug sessions in e2studio no longer load my application into flash, so I've spent some time trying to understand what happens under the covers.

It seems that e2studio launches the relevant version of gdb and then feeds it commands (primarily a "load" command).

Since I see no errors in e2studio, I'm hoping that I can do one of the following:

  1. Examine some obscure log file somewhere that might explain what is going wrong.
  2. Manually launch gdb so that I can try to recreate (or get past) the failure.

Can anyone offer advice as to how to accomplish either (or both) of these?

 

If it matters, I'm using a custom board built around an RZ/A1H - and use the SEGGER J-Link LITE adapter (that came with the RZ dev kit) to connect to it.

I'm currently using arm-none-eabi version 16.01 - but most of my previous work was done with version 15.01 or 14.02.

 

Thanks.


Viewing all articles
Browse latest Browse all 1583