Debugging/Stepping Through C app [message #171792] |
Mon, 26 June 2006 21:00 |
Eclipse User |
|
|
|
Originally posted by: bedouglas.earthlink.net
Hi...
I'm new to Eclipse, and trying to figure out how to step into a function
in a c function that's in a file separate from the one that maintains the
main () function.
I have:
main.c
foo.h
foo.c
The main in main.c calls a function in foo.c (defined in foo.h). I can
step into main(), but when i set a break in the foo.c child function, the
Eclipse console gives me an error saying text isn't for the line number of
the breakpoint...
I'm pretty sure that I've missed some kind of setting in the IDE...
I can't seem to find out what's needed to resolve this issue...
Any thoughts/comments/etc...
-bruce
bedouglas@earthlink.net
|
|
|
Powered by
FUDForum. Page generated in 0.05206 seconds