home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / barfly / problems < prev    next >
Text File  |  1977-12-31  |  1KB  |  50 lines

  1.  
  2.  
  3.  o CALLEXEC FindTask  Comment
  4.    ->jsr FindTask.l !!!!!!
  5.    1) Parameter=FindTask<Space><Space>
  6.    2) Parameter=Comment
  7.  
  8.    so the CALLEXEC Macros looks like this:
  9.  
  10.    jsr _LVOFindTask  (a6)
  11.  
  12.    If you use
  13.    CALLEXEC FindTask  ;Comment
  14.    you have no problem.
  15.  
  16.  o If you don't like that the Shellwindow isn't closed after the program
  17.    quits you should set another Shell definition in the configuration
  18.    files.
  19.  
  20.  o If BDebug hello doesn't open the following windows something goes
  21.    wrong.
  22.  
  23.    o Register Window
  24.  
  25.    o Disassembler Window
  26.  
  27.    o Memory Window
  28.  
  29.    o Source Window
  30.  
  31.    o Struct Window(Empty..you have to fill it with a structure->Menus)
  32.  
  33.  
  34.  o If the Demoversion stops after a lot debug steps you have reached
  35.    one of the **** Demo Version Limitations*.
  36.  
  37.  
  38.  o If you think some windows are too small when they opened you should
  39.    change the window dimensions in the configuration files.
  40.  
  41.  
  42.  o Please **read** the s/Barfly/Barfly.DebugConfig first to get an
  43.    impression what you can configurate.
  44.  
  45.  o If the assembler shows some kind of width access error you should
  46.    look for the options -b0,-b1,-b2,-B0,-B1,-B2,-n0,-n1 that determine
  47.    the default width of a data field.
  48.  
  49.    *Please **read** the manual before you drop me an email*
  50.