タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

PHPとdebugに関するPaulYamamotoのブックマーク (1)

  • PsySH

    Stop die()ing all the time PsySH can be used as an interactive debugger, much like JavaScript's debugger statement, saving you from endless var_dump() and die() iterations. Just drop this line in where you'd like to have a breakpoint: eval(\Psy\sh()); Auto[tab][tab]Complete PsySH has tab completion for variable names, functions, classes, methods, properties, and even files! Just start typing, then

    PaulYamamoto
    PaulYamamoto 2015/03/11
    コマンドラインでドキュメント見れたり・変数からソースを展開できたり、すげー便利じゃん
  • 1