Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Line Breakpoint problems again ...

Hello,

I have a problem with the debugger,
when i debug my test program the source file is succefully found
(I know this because the source file is opened and the line with
'main' is highlighted as the current line).

but stepping one step steps over the whole code directly to the end of
the main function.

Although the source file is found ... the lines are not found. I Set
breakpoints on some lines
and I get in the console in 'Red'

(gdb)
358-break-insert nest.cpp:6
&"No line 6 in file \"../src/nest/nest.cpp\".\n"
No line 6 in file "../src/nest/nest.cpp".
No line 4 in file "../src/nest/nest.cpp".
No line 3 in file "../src/nest/nest.cpp".
358^error,msg="No line 6 in file \"../src/nest/nest.cpp\"."

any ideas??
Thank you!

Jad.


Back to the top