That's it. I have a somewhat large program. When trying to debug it by pressing F8, the debugger stops on some lines not marked as breakpoints, especially ones containing a realloc() function. Then, pressing F7, it apparently restarts with each stroke on F7, and after a while, it finally stops, leaving me the impression that something went wrong.
Messages at the first stop:
#17 0x004065bf in insertp () at e:\WavCompil\Synthesizer\main.c:2620
e:\WavCompil\Synthesizer\main.c:2620:66486:beg:0x4065bf
Messages at the final stop:
[debug]> next
[debug]Single stepping until exit from function ntdll!RtlpNtSetValueKey,
[debug]which has no line number information.
The sentences themselves are in the attachment CB.txt
This happens after having run flawlessly from values of "Top" from 0 to 43.
When the error functions are executed, the program ends.
Note: here, variables beginning with an upper case letter are global.
Thanks.