Page 1 of 1

Debugger - keep gettin

Posted: Sat May 02, 2020 7:43 pm
by mikeloh
I have a new debugger setup, using the FT2232H Mini Module from FTDI, have checked wiring a number of times.

Get debugger running, but when I go to set a breakpoint I get the following (not this happens on both my Mac and PC):

[New Thread 1073436416]
[New Thread 1073445996]
[New Thread 1073443584]
[New Thread 1073440972]
[New Thread 1073412788]
[New Thread 1073428708]
[New Thread 1073413528]
[Switching to thread 1 (Thread 1073438316)]
=thread-selected,id="1"
[New Thread 1073438316]
=cmd-param-changed,param="pagination",value="off"
[New Remote target]
ERROR: Unable to start debugging. Failed to find thread 1 for break event
The program 'C:\esp\TestDebug1\build\TestDebug1.elf' has exited with code 42 (0x0000002a).[/color]


I cannot seem to find any data on internet on how to resolve. Anyone else able to point me to the right solution?

Re: Debugger - keep gettin

Posted: Mon May 04, 2020 10:29 am
by k.ifantidis
Hello mikeloh.

Can you tell us some more information about: esp-idf version, IDE, compiler, if you have any partitions etc.
Have you set the right memory location in openOCD ?? Read this post in esp-idf github repo.

Regards, Kostas.