in reply to Smart Comments debugging

Comment out the use statement.
# use Smart::Comments;

Replies are listed 'Best First'.
Re^2: Smart Comments debugging
by owler1 (Novice) on Apr 07, 2007 at 15:41 UTC
    Thanks for your response Herkum, however that won't print the smart comments after you comment out the use statement. The aim is to have the Smart Comments but not the backtrace

      Then your problem isn't really with Smart::Comments or the debugger, but that you are using two incompatible tools to do debugging. You should either use just the debugger, or Smart::Comments, not both.