0
我'使用RXTXComm庫創建應用程序讀/寫com端口/從COM端口。當我試圖從流中讀取一個字節時,一切都很順利。RXTXComm。在從流讀取期間不正確的Eclipse行爲[] byte
然後我試圖閱讀[]字節,並把斷點這一行:
int g = in.read(buffer,off,len);
當調試到達這個地方,我做恢復調試 - 有消息新窗口中說明波紋管出現:
Class File Editor
Source not found
----------------------
The JAR file c:\pro\RXTXcom.jar has no source attachment.
You can attach the source by clicking Attach Source below:
什麼問題?這也不例外,因爲我不能在try-except塊中捕捉它。這是什麼?我沒有要求「追蹤」,我也不需要信息來源。