Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Debugger isn't showing current line
Debugger isn't showing current line [message #105707] Thu, 10 June 2004 13:42 Go to next message
Eclipse UserFriend
Originally posted by: eeh_hunt.gmx.net

Hi!

When I debug my project the cursor doesn't go in the desired method when=
I =

try to step in it with F5, it is just going over it.


Ethan
Re: Debugger isn't showing current line [message #105720 is a reply to message #105707] Thu, 10 June 2004 13:52 Go to previous messageGo to next message
Eclipse UserFriend
Just make sure, you have build a version with Debug-Information.
Using Standard Makefiles, add -O0 -g3 -ggdb to your CFLAGS.
In Managed Make, select the Debug-Configuration, and make sure you also
selected the Debug-Version on Launch-Configuration Setup.

Ethan wrote:

> Hi!
>
> When I debug my project the cursor doesn't go in the desired method when
> I try to step in it with F5, it is just going over it.
>
>
> Ethan
>
Re: Debugger isn't showing current line [message #105727 is a reply to message #105720] Thu, 10 June 2004 13:55 Go to previous message
Eclipse UserFriend
Originally posted by: eeh_hunt.gmx.net

Yes that's what I did. The debugger shows also what functions is current=
ly =

running but I can't step in it!



Am Thu, 10 Jun 2004 19:52:25 +0200 schrieb kesselhaus <kesselhaus@gmx.ne=
t>:

> Just make sure, you have build a version with Debug-Information.
> Using Standard Makefiles, add -O0 -g3 -ggdb to your CFLAGS.
> In Managed Make, select the Debug-Configuration, and make sure you als=
o =

> selected the Debug-Version on Launch-Configuration Setup.
>
> Ethan wrote:
>
>> Hi!
>> When I debug my project the cursor doesn't go in the desired method =
=

>> when I try to step in it with F5, it is just going over it.
>> Ethan
>>
Previous Topic:Code template for #ifndef HEADER_H
Next Topic:Enable/Disable popup menu
Goto Forum:
  


Current Time: Tue Jul 22 00:54:57 EDT 2025

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

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

Back to the top