HOW TO POST - PLEASE READ
Posted: Sun Feb 14, 2010 10:23 pm
When posting a question / bug put in mind the following:
To reduce the number of iteration in the forum, always state the following:
1) If it is a 'Debugger' related bug, make sure to also post:
To reduce the number of iteration in the forum, always state the following:
- Your codelite version
- Is it a self compiled version of codelite
- Your OS
- Compiler version
1) If it is a 'Debugger' related bug, make sure to also post:
- The full debugger log - enable the 'full debugger logging' option, reproduce your problem and paste the output from the 'Debugger' view ("Output" tab) window to your post (from settings -> GDB settings -> GNU gdb debugger -> misc -> enable full debugger logging)
- Your GDB version
- The *full* 'Build' window output - do not paste portion of the build window output. Its better posting the entire build window output rather than what YOU think is the problem
- You parser include and exclude paths (from settings -> Code Completion -> CTags -> Search Paths)
- If you are using clang, post your clang include paths as well (from settings -> Tags settings -> Clang)
- Make sure you did a full retag before posting (from the main menu: Workspace > Parse workspace ( full ))
- Make sure you have a workspace (code completion requires a workspace)
- A minimal code snippet that allows reproducing the problem