2013-05-21 83 views
2

如何跟蹤使用trace.glnodeunit測試和trace.gl

nodeunit測試,我在3個方面的嘗試:

  • $ node ~/Dropbox/tracegl.js ./path/To/My/NodeunitTests。然後在另一個控制檯中從該目錄運行我的單元測試。

  • $節點〜/升降梭箱/ tracegl.js`其中nodeunit` /path/To/Test/nodeUnitTestFile_test.coffee

  • $節點〜/升降梭箱/ tracegl.js`其中nodeunit` refrence /要/Teset/nodeUnitTestFile_test.coffee -nolib

所有3種方式給出輸出:

[trace.GL]看看你的代碼。本產品有商業許可。

[trace.GL] WebGL的跟蹤UI:http://localhost:2000

[trace.GL]檢查更新... [trace.GL]服務的瀏覽器JS: http://localhost:2080最新的。

但是當我打開url http://localhost:2000我沒有看到任何跟蹤信息那裏。只是初始tracegl狀態。 no tracing information from tracegl

回答

0

我對我的代碼和使用tracegl有同樣的問題。我不得不使用-nolib選項來使它工作。試一試。

+0

'-nolib'不幫助,結果相同:** $ node〜/ Dropbox/tracegl.js \'哪個nodeunit \'refrence/To/Teset/myNodeUnit_test.coffee -nolib ** –

相關問題