This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

blah

Old posts that have not been replied to for several years.
Locked
t
techie

blah

Post by techie »

i tryed to debug it with gdb,
but i didnt get it to work..

could u help me with that?
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

You tried to debug what with gdb?

Are you sure the bot was built using debug?

What version are you using?
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

Doh .. after reading all the threads....

are you sure you are debugging the core file? This usually works. Personally I generally use a combination of Context; and putlogs to debug whats going on. this at least lets you know where the code got to.

I also didnt think that you could compile librarys into a module - dynamic linking and all that. If you can, that would make my life a whole lot easier with my project, so I watch with interest.
Locked