User forums > Nightly builds

The 28 January 2007 build is out.

<< < (3/7) > >>

killerbot:

--- Quote from: indigo0086 on January 29, 2007, 03:04:40 pm ---
--- Quote from: killerbot on January 29, 2007, 08:18:05 am ---are you sure ?? Works ok here, make sure you double click on it in the Build messages pane (not the Build log)

--- End quote ---

Totally sure, it's just not working, and I am in the build message pane.  Even when I right click and choose jump to, it doesn't.

--- End quote ---

I still can't reproduce !! I tried it on winXP and Suse.

Please try with a freshly installed nightly (in a new clean directory). Very weird!!!

indigo0086:
I'll do that.  I'm using it at work and I noticed the one at home doesn't even show the little red square next to the first erro that it usually should.  I'm gonna go ahead and do a clean install.  You think it's a conflict of maybe a plugin.  I don't know but I tried to use devpacks and it kept freezing up on me when trying to download something

pasgui:

--- Quote from: killerbot on January 29, 2007, 06:08:57 pm ---
--- Quote from: indigo0086 on January 29, 2007, 03:04:40 pm ---
--- Quote from: killerbot on January 29, 2007, 08:18:05 am ---are you sure ?? Works ok here, make sure you double click on it in the Build messages pane (not the Build log)

--- End quote ---

Totally sure, it's just not working, and I am in the build message pane.  Even when I right click and choose jump to, it doesn't.

--- End quote ---

I still can't reproduce !! I tried it on winXP and Suse.

Please try with a freshly installed nightly (in a new clean directory). Very weird!!!

--- End quote ---

I got the same problem on ubuntu svn3550. It looks also the line in the build message panel isn't written (see attached picture).




[attachment deleted by admin]

indigo0086:
I did a clean install for three releases and still got the same problem.  Is it some kind of setting that I may have missed.

Jordar:
<Problem Debugging>

Hi, 

I am having trouble debugging with this version.  It appears to have something to do with paths for the debugger.  I can not set a breakpoint anymore.  Here is an example run:

>>>>>>cb_gdb:
> directory C:/DOCUME~1/USER~1/MYDOCU~1/SOFWAR~1/FOOPRO~1/BC40/
>>>>>>cb_gdb:
> delete breakpoints
>>>>>>cb_gdb:
> break "C:/Documents and Settings/User Name/My Documents/Software Dir/Foo Project/BC40/RFM.cpp:2182"
No source file named C:/Documents and Settings/User Name/My Documents/Software Dir/Foo Project/BC40/RFM.cpp.
Breakpoint 1 ("C:/Documents and Settings/User Name/My Documents/Software Dir/Foo Project/BC40/RFM.cpp:2182) pending.

But this file definitely exists and is in this directory!

I noticed that if I start gdb manually I can set the break point with this same command, however if I then execute the directory command I can no longer set breakpoints again..  This is very weird.  Here is an example of this behavior:
gdb.exe -nx -fullname -quiet -args foo.exe
<gdb> break "C:/Documents and Settings/User Name/My Documents/Software Dir/Foo Project/BC40/RFM.cpp:2182"
Breakpoint 1 at 0c3e232: file RFM.cpp, line 2182.
<gdb> directory C:/DOCUME~1/USER~1/MYDOCU~1/SOFWAR~1/FOOPRO~1/BC40/
Source directories searched: C:/DOCUME~1/USER~1/MYDOCU~1/SOFWAR~1/FOOOPRO~1/BC40;$cdir;$cwd
<gdb>
break "C:/Documents and Settings/User Name/My Documents/Software Dir/Foo Project/BC40/RFM.cpp:2182"
No source file named C:/Documents and Settings/User Name/My Documents/Software Dir/Foo Project/BC40/RFM.cpp
Make breakpoint pending on future shared library load? (y or [n]) n
<gdb>

Is there someway to not have the debugger automatically call the directory command?  This appears to be the source of my problems.  Does anyone have any other ideas?

I am running Windows XP. Using GDB 6.4 configured for DJGPP.

thanks,
Jordar

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version