How to debug Webalizer in kdevelop, how to debug a custom make project?

Steps:

  1. Create project in kdevelop
    1. Click on Project->Import Existing Project menu item
    2. Specify the Directory and Project name
    3. Choose the Project type as Generic C Application (Custom Buildsystem)
    4. Click on OK
    5. It will prompt you to populate files, click on Populate button
    6. Add *.h and *.c files
  2. Set Makefile option
    1. Click on Project->Project Options
    2. Click on Build Options in sidebar
    3. Click on Make tab
    4. Enter CFLAGS="-g -O0" in Additional make options box
  3. Configure the project through command line
    1. Open your bash shell
    2. Run ./configure in your Webalizer project directory
  4. Click on Build->Build Project to build the project through kdevelop
  5. Click on Debug->Start to start debugging

Happy debugging !!!

 

Recent Entries

Comments are closed.