Hello,
Looks like you are using a custom solution leveraging DSS for within Simulink to automate the debugger. Did you write the DSS scripts yourself?
In any case the issues are program load issues. The debugger cannot find the executables in the paths specified to it. the paths looks strange, with one part looking like it is a blank field "\ \". Also all the spaces in your paths probably don't help. You should wrap your paths in quotes to be safe. Double check that the paths you are specifying to the loadProgram call are correct.
thanks
ki