我想使用Awesomium .NET 1.7.5中的遠程調試功能,但Awesomium Inspector窗口顯示的開發工具很小,很難被使用。大部分空間都是白色的。請參閱所附圖片:Awesomium .NET:Inspector Size Issue
有沒有辦法來解決這個問題?測試鉻39.0.2171.95。 (我意識到也該檢查不使用Internet Explorer和Firefox在所有的工作。)
以下錯誤消息顯示在Chrome瀏覽器開發工具:
GET http://localhost:2222/bootstrap/js/bootstrap-transition.js (index):55
GET http://localhost:2222/bootstrap/js/bootstrap-alert.js (index):56
GET http://localhost:2222/bootstrap/js/bootstrap-modal.js (index):57
GET http://localhost:2222/bootstrap/js/bootstrap-dropdown.js (index):58
GET http://localhost:2222/bootstrap/js/bootstrap-scrollspy.js (index):59
GET http://localhost:2222/bootstrap/js/bootstrap-tab.js (index):60
GET http://localhost:2222/bootstrap/js/bootstrap-tooltip.js (index):61
GET http://localhost:2222/bootstrap/js/bootstrap-popover.js (index):62
GET http://localhost:2222/bootstrap/js/bootstrap-button.js (index):63
GET http://localhost:2222/bootstrap/js/bootstrap-collapse.js (index):64
GET http://localhost:2222/bootstrap/js/bootstrap-carousel.js (index):65
GET http://localhost:2222/bootstrap/js/bootstrap-typeahead.js
jquery.js:4 Resource interpreted as Image but transferred with MIME type text/html: "http://localhost:2222/".
Request with id = 6 failed. [object Object] InspectorBackend.js:237
Request with id = 18 failed. [object Object] InspectorBackend.js:237
作爲一種變通方法,您可以手動更改帶班「排液」 div標籤的你選擇了你的應用程序後,高度調試到一個值,你希望:
<div class="row-fluid" style="height: 500px;">
你有什麼想法發生了什麼變化,開始發生?它絕對不會用來發生,但現在我也看到了它。 – Steve