Twisted idea of the day: Devel::StealthDebug

petdance on 2002-08-12T22:09:48

Has anyone played with this new Devel::StealthDebug module? I'm interested in how people are actually using it. Plus, it's pretty twisted.


I fear I'm the only one using it...

arhuman on 2002-08-13T07:25:03

Being the sic person who wrote it, I have to stand up and explain :

I wrote It beccause :

  • I have *all **I** need* to debug in one package.
     
  • I only have to comment/uncomment the use line to switch on/off the debugging every time a file is passed from the test environment to the prod environment (and vice versa).
    It was quite frequent in my previous work...
     
  • I wanted to play whith Filter::Simple
     
  • I am twisted :-)
    (yes the 'Stealth api' is a weird idea...)
     
  • I thought people might be interested
    (according to discussions on perlmonks, the module list and via mail)


Mea culpa, Mea culpa, Mea maxima culpa.

Re:I fear I'm the only one using it...

chaoticset on 2002-08-13T13:15:02

Now I'm curious...I'll have to go check it out. :)

I'm not alone anymore.

arhuman on 2002-08-22T08:40:00

From the feedback I get, it seems I'm not the onlyone using it anymore.

It even looks like the users appreciate Devel::StealthDebug and wants more features...

Now to be honest, when I write 'users' it means '2 users', I promise to tell to the world when we'll reach 10 people.
;-)