Thanks for your replies, Now am able to set the break point in my
library and facing a different problem.
If you have a different problem, you generally should post a new
message, not a followup to your previous one.
yes I compiled the library properly.
No, you didn't.
(gdb) b CCAAuthentication
Breakpoint 1 at 0xfcfe55f8
(gdb) b xauthn_initialize
Breakpoint 2 at 0xfcfe32a0
The output above means that neither function was compiled with
debug info (with '-g' flag). Without such info, source-level
debugging will not be available.
If anybody knows about this error please let me know.
We told you already: compile with '-g'.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.
Re: Saving breakpoints ... I once considered to add a breakpoint...Scheme 1: ...Const DebugNewCustomer As Boolean = True ... ' A compile time constant which is also set during testing ... (microsoft.public.vb.general.discussion)
Re: trouble converting CFileDialog to CFile to get size ... Place a breakpoint at the beginning of your method (navigate to the line ... > CString CFileDialog::GetFolderPathconst ... > I was aware how to use GetFileSize() but it seems my test program isn't! ... If there are errors, it doesn't compile, period! ... (microsoft.public.vc.language)
Re: C-programmer needs Forth advice ... I have no idea what your "guarantee compile order"... the clueless programmer would scratch their head and actually *read* the code and understand the conventions being used. ... top of each of the functions that is called, set a breakpoint, and set one at the end. ... Your comment about not having source code and third-party functions also doesn't make sense. ... (comp.lang.forth)
Re: Break point persists after all breakpoints have been cleared ... VBA sometimes "remembers" a breakpoint even after being cleared. ...Compile the database again. ... the same line BUT only the first time Access encounters the line of code. ... (microsoft.public.access.modulesdaovba)
Re: Breakpoints cleared but execution stops ... I clear all> breakpoints before I compile, save and distribute the new> version. ... Now and then a breakpoint doesn't clear in the> new version. ... The execution stops without any error and> you have to press F5 to continue execution. ... Changing> computer for development or reinstalling Office doesn't> help. ... (microsoft.public.access.modulesdaovba)