2
所以即時學習,我需要運行包括在Mozart上的Ozcar調試器,我進入Oz菜單,首先我選擇Feed緩衝區,然後選擇Start Debugger,編譯器向我顯示下一條消息:莫扎特Ozcar調試器錯誤
local A B in
A = 5
B = 6
{Browse A+B}
end
% -------------------- accepted
\localSwitches
\switch +threadedqueries -verbose -expression -runwithdebugger
{Ozcar.open}
% -------------------- accepted
然後它假設一個輔助窗口應該出現,但沒有任何反應!我需要幫助請!
而且盎司模擬器告訴我這一點:
%********************** Error: module manager *******************
%**
%** Could not link module
%**
%** Could not load functor at URL: x-oz://system/Ozcar.ozf
%**--------------------------------------------------------------
我認爲Ozcar的packagge丟失,在哪裏可以找到,否則我怎麼能解決這個問題???
您使用的是哪個版本的Oz?通常,調試器包含在默認安裝中,至少在版本1.4.0中。 – wmeyer
Iming the mozart2-2.0.0 that is in sourceforge – mando100
您應該嘗試1.4.0(也在sourceforge上:http://sourceforge.net/projects/mozart-oz/files/v1/)我不參與莫扎特的發展,但也許調試器還沒有在mozart2中工作。 – wmeyer