Difference between revisions of "Duby"

From havefunsoft wiki
Jump to: navigation, search
(Created page with "duby is a debugger. Or at least is intended to be as such. ==Code== Public Repository: http://svn.code.sf.net/p/duby/code/")
 
m (Todo)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
duby is a debugger. Or at least is intended to be as such.
+
duby is a collective name for a debugging library (dubylib) and an(implementation of) debugger (dubyline).  
 +
 
 +
It could also be reference to dubyline plugin for Lazarus IDE
 +
 
 +
(should be read as "dubby" - a little debugger)
  
 
==Code==
 
==Code==
 
Public Repository: http://svn.code.sf.net/p/duby/code/
 
Public Repository: http://svn.code.sf.net/p/duby/code/
 +
==Todo==
 +
* update the list of todos
 +
* complex types support
 +
* valuate expressions of '''a type'''
 +
 +
==See Also==
 +
*[[Duby/dubyline]] - duby command-line debugger
 +
*[[Duby/Lazarus]] - duby plugin for Lazarus-IDE
 +
[[Category:duby]]

Latest revision as of 20:59, 11 November 2017

duby is a collective name for a debugging library (dubylib) and an(implementation of) debugger (dubyline).

It could also be reference to dubyline plugin for Lazarus IDE

(should be read as "dubby" - a little debugger)

Code

Public Repository: http://svn.code.sf.net/p/duby/code/

Todo

  • update the list of todos
  • complex types support
  • valuate expressions of a type

See Also