2015-01-02 85 views
1

我想使用Awesomium .NET 1.7.5中的遠程調試功能,但Awesomium Inspector窗口顯示的開發工具很小,很難被使用。大部分空間都是白色的。請參閱所附圖片:Awesomium .NET:Inspector Size Issue

inspector with 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;"> 
+0

你有什麼想法發生了什麼變化,開始發生?它絕對不會用來發生,但現在我也看到了它。 – Steve

回答

1

多少谷歌搜索後,我們遇到了http://answers.awesomium.com/questions/5936/inspector-frame-height-only-150-pixels-high.html - 總之,這個bug在冒出Chrome> = 39,並且可以被修復通過在inspector.pak中編輯CSS然後剝離空白直到校驗和再次匹配,瘋狂!

+0

按照說明進行操作沒有效果。 Firefox的佈局也是錯誤的。 – Sjoerd222888

+0

我發現我的安裝緩存pak文件沉重 - 我不知道在哪裏,或如何清除緩存 - 但它確實爲其他用戶修復它。另外,我不確定遠程檢查員是否曾經在FF工作過? – Steve

+0

不,它在FF中不起作用,但仍然可以看到頁面有錯誤的CSS頁面(因此樣式問題不限於Chrome)。 – Sjoerd222888