Open stefanhoelzl opened 6 years ago
@stefanhoelzl Sorry for taking a while to follow up on this. Can you please provide the full log from pyocd-gdbserver? Also, can you please try with the latest version 0.9.0 release of pyOCD? Thanks.
@stefanhoelzl have you find a solution for your issue ? Als, could you share how you configured CLion for remote debugging on K64F please ? Cheers
@TurhanOz no i haven't tried it further. Switched to the OpenSDA Firmware for the FRDM-K64F and using the SEGGER JLinkGDBServer. In CLion I am using a GDB Configuration with the gdbserver as the remote target. Thats the same configuration I was using with the pyocd-gdbserver
Hi @stefanhoelzl , I'm struggling with Clion configuration. So far, I'm able to build and flash my board directly within Clion. I'm also able to debug with command line, but impossible to configure Clion to interactively debug (with break point on the source code from the IDE for instance). Could you help me by sharing screen shot of your configuration please? Thanks a lot, cheers
@TurhanOz here is my clion configuration
@stefanhoelzl thanks. I'll try asap :) cheers
Hi,
I am using
pyOCD (0.8.0)
with aFRDM-K64F
andCLion (2018.1)
undermacOS 10.13.3
for debugging.I start the GDB Server via
pyocd-gdbserver -t k64f -o
and then start a remote GDB Session in CLion. It stops at program entry and I can step through with(gdb) si
But when entering(gdb) continue
I get the following error:Remote failure reply: E01
in my GDB remote session.In the terminal where the pyocd-gdbserver runs, is the following exception: (It is always a
ERROR:root:Unhandled exception in handleMsg
which results in aTransferFaultError
but it also occurs in different places.)