Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 543 Bytes

Debugging: What should you know as a developer

Whitepaper about debugging, trying to summarize the wealth of knowledge available.

Dependencies

The paper is written in Markdown syntax and the images are SVG. To generate a paper from this the following article was used:

http://programminghistorian.org/lessons/sustainable-authorship-in-plain-text-using-pandoc-and-markdown

It requires:

  • Pandoc >1.16
  • ImageMagick (for converting svg's)

How to generate

Project contains makefile, so just run make

make

See tutorial here: