Git Product home page Git Product logo

debug_print's Introduction

debug_print

Linux: x86_64 Build Status Coverage Status

Purpose

Use code to demo a color print function for debug use, meanwhile, show how to setup a easy development way under Linux with VIM, makefile and shell script

  1. study how to impelmente debug print method under Linux
  2. study makefile
  3. study coding with vim/cscope/YCM

Feature

  1. split print to different module, easy to filter
  2. colored print, easy to identify
  3. leveled print, easy to control

TODO

  1. Automatically detect OS arch in Makefile
  2. Delivery debug print function as a LIB
  3. Optimize code

How to use

1. Display Debug output

  • make DEBUG=YES && make test or
  • ./post_test.sh DEBUG=YES

2. Perform code coverage

make DEBUG=YES && make test && make testcov

3. Remove debug print

  • just remove DEBUG=YES during make, or
  • configure in code by function DbgConfig(group, level)

debug_print's People

Contributors

howhow avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

debug_print's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.