Difference between revisions of "Duby"
m |
m (→Todo) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | duby is a debugger. | + | 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) | (should be read as "dubby" - a little debugger) | ||
Line 5: | Line 7: | ||
==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== | ==See Also== | ||
+ | *[[Duby/dubyline]] - duby command-line debugger | ||
*[[Duby/Lazarus]] - duby plugin for Lazarus-IDE | *[[Duby/Lazarus]] - duby plugin for Lazarus-IDE | ||
[[Category:duby]] | [[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
- Duby/dubyline - duby command-line debugger
- Duby/Lazarus - duby plugin for Lazarus-IDE