Page 1 of 1

debugging custom board using ESP-Prog

Posted: Wed May 11, 2022 2:52 pm
by RalphD
Hi there,
we are working since a while with the environment and have nailed down quite a view issues related to debugging and the tool chain including lowering the clock speed.

However, one thing we never got sorted is the view on variables. E.g. a clear setting of a variable to 0 in the source shows some big random numbers in the variable view. And after restart the debugging session without new flashing does not allow any view to variables the text <unavailable> is shown, This is valid even for very simple code.

However, stepping through the code woks fine. Also breakpoints, all fine.

Anyone any idea?