first version.
[build-srcpkg.git] / doc / designdoc / designdoc / 3.3.fault.md
blobe455c0d963595b3973a34759d11d46053a6b9706
3 # exception in build
4 --------------------
6   when there are errors in build procedure, how can we find the errors 
7 immediatly?
11 # file include
12 --------------
14   in order to check the position before or after some .imi file loading, printf 
15 file include list by enable 'dbgout_opt=inc_info', it will output which file 
16 would be loaded.
20 # .imi/.list var content
21 ------------------------
23   same as inc_info, using 'dbgout_opt=inc_info,inc_dbgout', it will output 
24 variables loaded in .imi/.list file.
25   it's usefull for parameter loading checking.
29 # src-code compile error
30 ------------------------