Changeset 2677 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- Apr 19, 2005, 11:13:49 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r2672 r2677 165 165 usage = "To display the Help window "; 166 166 RegisterCommand(kw, usage, NULL, grp); 167 kw = " breakexe";168 usage = "To break (stop) interpreter (PIACmd/Commander) execution";167 kw = "stop"; 168 usage = "To stop (break) interpreter (PIACmd/Commander) execution"; 169 169 RegisterCommand(kw, usage, NULL, grp); 170 170 … … 206 206 void PIACmd::AddInputLine(string const & line) 207 207 { 208 if (line == " breakexe") {208 if (line == "stop") { 209 209 StopExecution(); 210 210 return;
Note:
See TracChangeset
for help on using the changeset viewer.