Blockland Forums > General Discussion
Which you perfer use server service of Kalphiter's or Lub's?
Kalphiter:
--- Quote from: ScratchTehEPICSpaceDude on May 20, 2012, 10:41:09 PM ---Is backtrace, like bad?
--- End quote ---
I'll say this:
Furling enables too many add-ons
ScratchTehEPICSpaceDude:
--- Quote from: Kalphiter on May 20, 2012, 10:42:28 PM ---I'll say this:
Furling enables too many add-ons
--- End quote ---
:/
Ok then.
Treynolds416:
--- Quote from: ScratchTehEPICSpaceDude on May 20, 2012, 10:43:40 PM ---:/
Ok then.
--- End quote ---
Backtrace is bad [in this specific scenario] regardless because it means something went wrong
Kalphiter:
--- Quote from: Treynolds416 on May 20, 2012, 10:45:00 PM ---Backtrace is bad regardless because it means something went wrong
--- End quote ---
Backtrace shows the location (by hierarchy) of where an error happens, such as when an invalid function is called. However, you can call backtrace(); and do the same thing.
ScratchTehEPICSpaceDude:
--- Quote from: Kalphiter on May 20, 2012, 10:46:17 PM ---Backtrace shows the location (by hierarchy) of where an error happens, such as when an invalid function is called. However, you can call backtrace(); and do the same thing.
--- End quote ---
I see. Thanks for the tip.