Changes between Version 3 and Version 4 of Troubleshooting
- Timestamp:
- Mar 1, 2011, 11:29:14 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Troubleshooting
v3 v4 33 33 }}} 34 34 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. 36 36 37 37 It is also of course possible to use a debugger such as {{{gdb}}} with freeDiameter, although its multithreaded design makes it a bit more difficult.