| NEST HelpDesk | Command Index | NEST Quick Reference |
| Name: | debugoff - Stop SLI level debugging mode. | ||
| Description: |
debugoff is used to quit the debugging mode at a specific position in the code.
Example:
In this example, the parameter assignments as well as the
calculation will be dine in debug mode.
/myproc
{
<< >> begin
debugon % Enter debugging
/a Set % store first parameter
/b Set % store second parameter
a b add a b mul add
debugoff
end
} def
Note: This mode is still experimental.
| ||
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/slicontrol.cc |
| NEST HelpDesk | Command Index | NEST Quick Reference |
© 2000-2010 The NEST Initiative