Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPファイルで実行/実行されるすべての行を、実行された順序で書き込むことができる関数またはその他のツール(デバッグではない)を探しています。このようなものはありますか?
いいえ。ただし、xDebug を使用すると、Netbeans や Eclipse などの適切な IDE と組み合わせて、プログラム コードを一度に 1 行ずつ実行できます。