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
(11 intermediate revisions by 6 users not shown)
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. It can also monitor output from DBG: OUTV and DBG: OUTS, and do some other fancy things. 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==
+
==See also==
'''CAOS Debugger''' is a program developed by [[Creature Labs]] to let you browse running agents, inspect their variables and step through code as they run it. Also monitor output from DBG: OUTV and DBG: OUTS and more! As used by Creature Labs developers.
+
*[[CAOS Tool]]
  
==Author==
+
==External Links==
[[Creature Labs]]
+
* [http://www.gamewareeurope.com/GWDev/cdn/cdn_more.php?CDN_article_id=24 CAOS Debugger Information] (''Note that the download link on this page is broken'')
 
+
* [https://web.archive.org/web/20161017044352/http://www.gamewareeurope.com/GWDev/downloads/cdn/CAOSDebugger.1.25.zip Direct Download from Gameware]
==External links==
+
[[Category: Official C3/DS Tools]]
* [http://www.gamewaredevelopment.co.uk/cdn/cdn_more.php?CDN_article_id=24 CAOS Debugger]
+
[[Category:C3/DS CAOS]]
 
 
[[Category: C3/DS Official Tools]]
 

Revision as of 22:24, 24 June 2019

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. It can also monitor output from DBG: OUTV and DBG: OUTS, and do some other fancy things. 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).

See also

External Links