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.
オブジェクトと関数を使用して、Qtスクリプトを実行する際に現在の行番号を取得する方法はありますか?
var lineNumber = 1; try { unexsistedVariable1 + unexsistedVariable2; //we have got number of this line } catch(e) { lineNumber = e.lineNumber; }
__LINE__コードをコンパイルするときに埋められる int 定数を使用します。
__LINE__