Nemiver command line design interface

The structure of a command line interface based on the nemiver components is simple.

At the heart of it seats a loop, waiting for user input. The input is then analysed and relevant requests are sent to the IDebugger interface as the result of that input analysis.

The output of IDebugger is then displayed back to the user.

[more to be added here]

Apps/Nemiver/CommandLineInterfaceDesign (last edited 2013-11-21 12:52:10 by WilliamJonMcCann)