Well, I think you misunderstand me, I know how debug perl code and how set personal macro on IDE. My question is perl debugger is powerful but why many monks choose print for debug, after all,-d is a part of standard perl. To me, not using -d is because it can’t edit in place, it can’t let me make a real debug release.