This function restores the state of the debug tool to the one saved in the file. [RH850]
If the file was restored successfully: True
If there was an error when restoring the file: False
This function restores the state of the debug tool to the one saved in the file. |
>>>debugger.DebugTool.SaveState("C:/test/debugtoolstate.log") True >>>debugger.DebugTool.RestoreState("C:/test/debugtoolstate.log") True >>> |