debug curser goes backward on simple statement sequence Sysprogs forums › Forums › VisualGDB › debug curser goes backward on simple statement sequence This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago by elinir2000. Log In Register Lost Password Viewing 3 posts - 1 through 3 (of 3 total) Author Posts July 18, 2017 at 22:35 #11751 elinir2000Participant 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 July 19, 2017 at 05:06 #11755 supportKeymaster 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). July 20, 2017 at 01:10 #11767 elinir2000Participant Mine was simpler issue of building release instead of DRBUG in CMskefile Author Posts Log In Register Lost Password Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In