Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "CAOS Debugger"

From Creatures Wiki
Jump to navigation Jump to search
m
(remove junk, note bugginess)
Line 1: Line 1:
==Tool Name==
+
The '''CAOS Debugger''' is a Windows program developed by [[Creature Labs]] to let you browse running [[agent]]s, inspect their variables and step through code as they run. Also monitor output from DBG: OUTV and DBG: OUTS and more! Originally intended only for internal use, it has since been released for free, but is somewhat buggy (for instance, dragging the splitter widget crashes it).
'''CAOS Debugger'''
 
 
 
==Summary==
 
The '''CAOS Debugger''' is a program developed by [[Creature Labs]] to let you browse running [[agent]]s, inspect their variables and step through code as they run. Also monitor output from DBG: OUTV and DBG: OUTS and more! As used by Creature Labs developers.
 
 
 
==Author==
 
[[Creature Labs]]
 
  
 
==External links==
 
==External links==
 
* [http://www.gamewaredevelopment.co.uk/cdn/cdn_more.php?CDN_article_id=24 CAOS Debugger]
 
* [http://www.gamewaredevelopment.co.uk/cdn/cdn_more.php?CDN_article_id=24 CAOS Debugger]
 
[[Category: Official C3/DS Tools]]
 
[[Category: Official C3/DS Tools]]

Revision as of 12:42, 15 February 2005

The CAOS Debugger is a Windows program developed by Creature Labs to let you browse running agents, inspect their variables and step through code as they run. Also monitor output from DBG: OUTV and DBG: OUTS and more! Originally intended only for internal use, it has since been released for free, but is somewhat buggy (for instance, dragging the splitter widget crashes it).

External links