debug curser goes backward on simple statement sequence

Sysprogs forums Forums VisualGDB debug curser goes backward on simple statement sequence

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11751
    elinir2000
    Participant

    Curser jumps around for no apparent reason, and with no particular order, do I miss any flags during compilation ?

    change the code and it suddenly OK.

    Eli

     

    #11755
    support
    Keymaster

    Hi,

    This is to be expected if your code is using any other optimization level than -O0 (if you are using ESP32, you need to set -O0 optimization for your source files while keeping -Og for the ESP-IDF sources due to bugs in ESP-IDF).

    #11767
    elinir2000
    Participant

    Mine was simpler issue of building release instead of DRBUG in CMskefile

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.