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
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
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).
 
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).
 +
 +
==See also==
 +
*[[CAOS Tool]]
  
 
==External Links==
 
==External Links==
 
* [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/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]
+
* [https://web.archive.org/web/20161017044352/http://www.gamewareeurope.com/GWDev/downloads/cdn/CAOSDebugger.1.25.zip Direct Download from Gameware]
 
[[Category: Official C3/DS Tools]]
 
[[Category: Official C3/DS Tools]]
 
[[Category:C3/DS CAOS]]
 
[[Category:C3/DS CAOS]]

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