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
(8 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==
The '''CAOS Debugger''' is a program developed by [[Creatures 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 Creatures 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'')
 
+
* [http://www.gamewareeurope.com/GWDev/downloads/cdn/CAOSDebugger.1.25.zip Direct Download from Gameware]
==External links==
 
* [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]]
 +
[[Category:C3/DS CAOS]]

Revision as of 06:27, 14 November 2015

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