Subject | RE: [firebird-support] How can I do with the debug version of FB? |
---|---|
Author | Paul Beach |
Post date | 2005-01-25T11:14:07Z |
> firebird-support!1. You install it.
> I have download a debug version of FB 1.5 (FirebirdSS-debuginfo-1.5.0.4290-0.i686.tar.gz). But I can't
> find any documents about it .How can I do with it ? Where can I see the output of debug infomations ?
2. You install the source code that goes with the build.
3. You use your favourite debugging tool (e.g. Visual C++)
4. You set a relevant breakpoint in the code somwhere using the above.
5. You start the executable of your choice from the debugging tool.
Paul