Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Debugging/Stepping Through C app
Debugging/Stepping Through C app [message #171792] Mon, 26 June 2006 21:00
Eclipse UserFriend
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
Previous Topic:error when trying to add an "external include path"
Next Topic:How to show strings in debugger
Goto Forum:
  


Current Time: Fri Jul 18 15:44:15 EDT 2025

Powered by FUDForum. Page generated in 0.05206 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top