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.
コマンドラインでjdbを使用してデバッグしている間、各ステップの後に次のようなステータス行が表示されます。
Step completed: "thread=main", [class name].[method], line=10 bci=20
bciとは何ですか?それは私にとってどのように役立ちますか?
それはを意味しbyte code indexます。1行でも、1つのJavaステートメントでも、複数のバイトコード命令に変換される場合があります。バイトコードインデックスは、どのバイトコード命令が実行されたかを示します。
byte code index