On 02/08/2011 21:48, Kostas Oikonomou wrote: > I am trying to run the debugdemo.ecl program from Ch. 5 of > the tutorial through TkEclipse. I press "creep" repeatedly > in the Tracer, and things go well, until the code hits > remote_connect_accept. This line fails (red in the call stack). > I was only able to reproduce your problem if you compile debugdemo without changing your working directory to the directory with debugdemo.ecl (and the other programs listed in the chapter). For example, if you used 'File->Change to example directory' to change to the example directory, and then compiled debugdemo.ecl without using cd/1 or ThECLiPSe's 'File->Change directory...' option to change into the tutorial directory, i.e. you either used File->Compile... and then changed the directory in the file selection widget, or equivalently, ["tutorial/debugdemo"] in the query entry. This will compile the file *without* changing your working directory. If you did this, running colour will show the problems you described. This is because debugdemo assumes it can find the other files in the current directory, and if they are not, then the execution fails. Is this your problem? The tutorial chapter does say you should change your working directory to the directory where the debugdemo.ecl files are, but the debugdemo.ecl program does not actually check that this is the case. I guess I should change the program to be more robust to catch such problems. Cheers, Kish -- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply e-mail and delete all copies of this message. Cisco Systems Limited (Company Number: 02558939), is registered in England and Wales with its registered office at 1 Callaghan Square, Cardiff, South Glamorgan CF10 5BT.Received on Wed Aug 03 2011 - 00:44:48 CEST
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET