Debug顯示設定

2021-09-23 07:53:57 字數 455 閱讀 1463

常用的debug:

debug.log(targetpos);      //普通列印輸出

print(targetpos); //普通列印輸出

debug.logerror(targetpos); //紅色字型列印輸出

throw new unityexception(targetpos.tostring()); //丟擲異常後續**不執行。列印字型為紅色

print("123"); //不執行

普通顯示用debug.log() 醒目用debug.logerror();

debug.log支援富文字:

debug.

log(

string

.format(""

, str)

);

VScode Latex 設定 debug 總結

全部以 settings.json 中 的形式呈現。editor.wordwrap on 找了乙個小時原因,最後發現是bib檔案裡面缺了乙個逗號。具體問題可以點latex extension 裡面的 view log messages 找到。出了問題一定要仔細看日誌。error file ended...

關於linux 中wifi的設定debug相關

連線wpa加密的網路 ip link set wlan0 up 或者 ifconfig wlan0 up wpa supplicant dnl80211 iwlan0 c etc wpa supplicant.conf wpa wpa2加密使用 wpa wpa2加密使用 udhcpc i wlan0...

Halcon 顯示設定

dev set draw drawmode 如果draw被設定為 fill regions被填充顯示,如果被設定為 margin regions僅顯示輪廓。dev close window 關閉所有活動視窗。dev open window row,column,width,height,backgr...