Debugging/testing DC++

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
mrNem
Posts: 1
Joined: 2004-04-02 14:57

Debugging/testing DC++

Post by mrNem » 2004-11-30 01:24

Hi,

after an hour I have a compiled and linked version of DC++ (thanks for the good doc!). But I have found no recommendation how to debug/test new features. Is it recommended to connect to a public hub with my own debug compiled DC++? Or do I have to set up my own hub for this purpose? What version will the client be seen as in the bug? As an ordinary client or as a "special" compiled version?

// mrNem

Naga
Posts: 45
Joined: 2003-12-02 11:24
Location: Sweden

Post by Naga » 2004-11-30 07:11

Don't know about others but I try to do as much debugging as possible on a personal hub. That way I don't risk messing with any others if (and when) my client goes banana.
Thanks to all open source programmers!
They enable the rest of us to learn a lot!

.Sulan.
Posts: 17
Joined: 2004-10-24 15:33

Post by .Sulan. » 2004-11-30 08:23

If you are going to do tests and debug DC++ i recomend that you use latest CVS aswell, that way you wont have to debug fixed bugs ;-)

Locked