home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / softsys / matlab / 227 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.6 KB  |  36 lines

  1. Path: sparky!uunet!ftpbox!news.acns.nwu.edu!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!ames!sun-barr!news2me.EBay.Sun.COM!seven-up.East.Sun.COM!sungy!news.Sweden.Sun.COM!swippy!seunet!sunic!mcsun!sun4nl!tuegate.tue.nl!E10.er.ele.tue.nl!ERMIMWEI
  2. From: ERMIMWEI@er.ele.tue.nl (Wim Beckers)
  3. Newsgroups: comp.soft-sys.matlab
  4. Subject: Debugging MEX files
  5. Message-ID: <ERMIMWEI.21@er.ele.tue.nl?>
  6. Date: 27 Jan 93 11:33:07 GMT
  7. Sender: root@tuegate.tue.nl
  8. Organization: Electrical Engineering, Eindhoven University of Technology, The Netherlands
  9. Lines: 25
  10.  
  11. We have problems in debuging matlab executables on PC's.
  12.  
  13. On VMS this is fairly simple. Just use the code below and the debugger
  14. will be  started whenever lib$signal is called.  
  15.  
  16. #include libdef
  17. #define SS$_debug 1132
  18.  
  19.  lib$signal(SS$_debug);
  20.  
  21.  
  22. On PC's ( metaware compiler) I don't know how to activate the debugger
  23. from a MEX file.
  24.  
  25.  
  26. Is there some way to debug MEX files on PC ?
  27. ----------------------------------$$$$$-------------------------------- 
  28.  Measurement and Control Group              P.O. BOX 513                
  29.  Department of Electrical Engineering       5600 MB  Eindhoven       
  30.  Eindhoven University of Technology         The Netherlands             
  31.  .                                                                      
  32.  Email      : ERMIMWEI@er.ele.tue.nl                                  
  33.  TELEFAX    : +31.40.434582                                             
  34.  TEL        : +31.40.472300 (secr.)                                     
  35.             : +31.40.473246 (office)                                    
  36.