[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] Annoying stop in debugger...



Gerry Iles wrote:

Can anyone explain why my debug build keeps stopping shortly after being started under the debugger...? It gets quite annoying after a while and if anyone can tell me what I need to update/whatever then I’ll be much happier...

Gerry

Stopped due to shared library event

It may well be a 'feature', it's stopping as a library is loaded. This will be the first point you'll be able to set breakpoints in the library.

If you really don't like this behavior you can try using another debugger (or another front-end to be more precise). DDD doesn't stop during the start-up and it supports the VC style F keys. You can install by typing 'yum install ddd' (obviously you'll need root privileges to do this).

Luke