Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemcmahon/devel-command-viz
'viz' debugger command - visualize data structures in the debugger
https://github.com/joemcmahon/devel-command-viz
Last synced: 11 days ago
JSON representation
'viz' debugger command - visualize data structures in the debugger
- Host: GitHub
- URL: https://github.com/joemcmahon/devel-command-viz
- Owner: joemcmahon
- Created: 2009-03-13T00:18:32.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-03-13T00:18:48.000Z (over 15 years ago)
- Last Synced: 2023-04-14T02:12:40.181Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/~mcmahon/Devel-Command-Viz-0.02/
- Size: 74.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Devel-Command-Viz version 0.0.1
This module provides a 'viz' command for the debugger, allowing
you to use GraphViz::Data::Structure to visualize your Perl
data structrures without leaving the debugger.Ite depends upon the Devel::Command module to install the
necessary extensions to the debugger to make this command available.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installDEPENDENCIES
Devel::Command.
COPYRIGHT AND LICENCE
Copyright (C) 2005, Joe McMahon
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.