• debugShell提供了一台壳口VC++程序(包括控制台和GUI)。 开发者可以直接输入功能或变量名称中debugShell查或修改的程序变量,这就像是叫命令下壳;开发也可以打电话的功能在debugShell的。

    通过解释和运输入C++句,debugShell可以显示的程序的状况或呼叫的相对试验的功能,从而协助调试和测试工作的调试版本的VC程序。 相对于使用调试器,debugShell可以直接查看的地位正在运行的程序,而不打破它,使它可以很容易地拨测功能试验和看法。

    为了支持自动调试/测试,debugShell还提供了一个CLI客户命名dsClient的。 用户可以通C++的声明作为的命令的论点,debugShell到执行并得到返回的结果。 dsClient还可以支持来解释和运用C++编码,从而测试的代码可以写成剧本可以解释和运行通过dsClient的。 给debugShell一个尝试,看看什么是真正能够!

  • debugShell प्रदान करता है एक सांत्वना खोल इंटरफेस के लिए VC++ प्रोग्राम (सहित कंसोल और जीयूआई). डेवलपर कर सकते हैं सीधे इनपुट समारोह या चर नाम में debugShell देखने के लिए या संशोधित कार्यक्रम चर है, जो बस की तरह कॉल करने के लिए आदेश के तहत खोल; डेवलपर भी कॉल कर सकते हैं समारोह में debugShell.

    द्वारा समझा और चल रहा है inputted C++ वाक्य, debugShell कार्यक्रम प्रदर्शित कर सकते हैं स्थिति या कॉल रिश्तेदार परीक्षण समारोह है, इस प्रकार की सहायता के लिए डिबगिंग और परीक्षण के काम की डिबग संस्करण के कुलपति कार्यक्रम है । रिश्तेदार का उपयोग करने के लिए डीबगर, debugShell कर सकते हैं सीधे स्थिति को देखने के एक कार्यक्रम चल रहा है इसे तोड़ने के बिना, तो यह आसानी से फोन का परीक्षण समारोह का परीक्षण करने के लिए और देखने के लिए.

    आदेश में समर्थन करने के लिए स्वत: डिबग/परीक्षण, debugShell भी प्रदान करता है एक सीएलआई ग्राहक नामित dsClient. उपयोगकर्ताओं को पारित कर सकते हैं C++ बयान के रूप में कमान करने के लिए तर्क debugShell निष्पादित करने के लिए और वापसी के परिणाम. dsClient भी कर सकते हैं समर्थन करने के लिए समझाने के लिए और चलाने के लिए सी++ कोड, परीक्षण कोड इस प्रकार लिखा जा सकता है के रूप में स्क्रिप्ट समझाया जा करने के लिए और चलाने के द्वारा dsClient. दे debugShell एक कोशिश देखने के लिए क्या यह वास्तव में सक्षम है!

  • debugShell provides a console shell interface for VC++ program (including console and GUI). Developer can directly input function or variable name in debugShell to view or modify program variables, which is just like to call command under shell; Developer can also call function in debugShell.

    By explaining and running inputted C++ sentence, debugShell can display the program status or call relative test function, thus to assist the debugging and testing work of debug version of VC program. Relative to using debugger, debugShell can directly view the status of a running program without breaking it, so it can easily call testing function to test and view.

    In order to support automatic debug/test, debugShell also provides a CLI client named dsClient. Users can pass C++ statement as command argument to debugShell to execute and get the return result. dsClient can also support to explain and run the C++ code, thus test code can be written as script to be explained and run by dsClient. Give debugShell a try to see what it's really capable of!