所以我正在学习,我需要在 Mozart 上运行 Ozcar 调试器,我转到 Oz 菜单,首先我选择 feed 缓冲区,然后我选择 Start Debugger,编译器向我显示下一条消息:
local A B in
A = 5
B = 6
{Browse A+B}
end
% -------------------- accepted
\localSwitches
\switch +threadedqueries -verbose -expression -runwithdebugger
{Ozcar.open}
% -------------------- accepted
然后它假设应该出现一个辅助窗口但没有任何反应!!!!我需要帮助请!!!
Oz 模拟器也向我展示了这个:
%********************** Error: module manager *******************
%**
%** Could not link module
%**
%** Could not load functor at URL: x-oz://system/Ozcar.ozf
%**--------------------------------------------------------------
我认为 Ozcar 的包装丢失了,我在哪里可以找到它或如何解决这个问题???