Bug #6743
closedAdd documentation for debug library
Description
Added initial documentation for the library.
I've refactored DEBUGGER__ to Debugger so that it can appear in the documentation listing.
Files
Updated by oscardelben (Oscar Del Ben) over 12 years ago
Updated by drbrain (Eric Hodel) over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Updated by drbrain (Eric Hodel) over 12 years ago
I like the documentation, but I can't apply the rename from Debugger to DEBUGGER__.
The nodoc additions seem excessive and random too, so I omitted them.
Updated by oscardelben (Oscar Del Ben) over 12 years ago
Hi Eric,
Thank you for taking the time to review this. I was actually trying to rename from DEBUGGER__ to Debugger, which made things nicer for Rdoc. This may just be me not understanding how to properly generate docs though.
P.S.: is it useful that I add a separate PR on Github, or is it just noise?
Updated by drbrain (Eric Hodel) over 12 years ago
I think matz would need to rule on the name change from DEBUGGER__ to Debugger, so please file it as a separate issue.
I was unsure on the nodocs since they weren't added to all the methods. While debug.rb seems to be only usable from a console, I have not investigated closely enough to see if methods such as suspend, resume and interrupt could be used as API alongside suspend_all, resume_all, etc.. Feel free to update this issue with further nodocs if you think they are all internals.