[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

why doesn't 'n' step over a line in the debugger?

Sam Roberts

3/3/2005 2:09:00 AM

In particular, I'm getting tired of stepping through all the class
definitions in all my requires.

Am I doing something wrong? I can't set a breakpoing on the method I
want:

Net::DNS::MDNS.browse

because the module Net isn't defined...

How do folks deal with this?

Thanks,
Sam