Navigation


Changes between Version 3 and Version 4 of Troubleshooting


Ignore:
Timestamp:
Mar 1, 2011, 11:29:14 AM (13 years ago)
Author:
Sebastien Decugis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Troubleshooting

    v3 v4  
    3333}}}
    3434
    35  * In addition, if you were able to isolate the function or at least source file where the problem is occurring, you can use {{{--dbg_func=<funcname>}}} or {{{--dbg_file=<filename>}}} to get maximum detailed information in this function/file only.
     35 * In addition, if you were able to isolate the function or at least source file where the problem is occurring, you can use {{{--dbg_func=<funcname>}}} or {{{--dbg_file=<filename>}}} to get maximum detailed information in this function/file only. See [wiki:Usage] page for more information on these flags.
    3636
    3737It is also of course possible to use a debugger such as {{{gdb}}} with freeDiameter, although its multithreaded design makes it a bit more difficult.