zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

Add generalized debugging commands #35

Closed zippy closed 8 years ago

zippy commented 8 years ago

We need a system for inserting multi-level/target area debugging printout capacity, especially now that we are executing more complex code in the vmhost state machine.

It should be #ifdef based so it can be switched off in different compilation modes.

zippy commented 8 years ago

done in 75bfd71d

zippy commented 8 years ago

convert current debugging code to use this framework

zippy commented 8 years ago

done in 5cad95576