2012-04-27 06:50 AM
Hi
Here is the bug I found in STVD:While trying to debug a program I set a breakpoint on a line, load the debugger and bam error:one or more breakpoints are not positioned on valid lines.I know this is a valid line, this same breakpoint worked yesterday and before that... I tryed to delete the project files, nothing worksany idea to fix ST software?2012-04-27 06:58 AM
2012-04-27 07:06 AM
I have used STVD for many years and never seen the corruption you mention.
The invalid breakpoint error usually occurs when you set the compiler to a non-debug compatible mode. Then the source code line is there but the compiler has optimised away the instructions, which is why the breakpoint can't be set2013-04-25 02:36 AM
I have optimisations turned completely OFF and I get the error also. It never used to happen but now happens all the time. I am going to try creating a new project and importing my source code files.
2013-11-13 01:06 AM
2014-07-07 05:38 PM
Hello,
Have you checked if the directory of the files you're trying to set a breakpoint was informed in the field ''Source directories'' on the Debug tab of your project settings?