Recent

Author Topic: 'text.inc' not found, 'i386.inc' not found  (Read 7743 times)

Future

  • Guest
'text.inc' not found, 'i386.inc' not found
« on: July 14, 2005, 05:29:28 am »
when I am deduging a custom program and using "step into" or "step over", it will say so! what's wrong? Normally it happens when there is a "writeln" in the program

Anonymous

  • Guest
'text.inc' not found, 'i386.inc' not found
« Reply #1 on: July 14, 2005, 05:32:04 am »
oh, I forgot to tell you that my system is Windows XP

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
'text.inc' not found, 'i386.inc' not found
« Reply #2 on: July 15, 2005, 11:54:50 am »
If you use includefiles in your project, the debugger cannot find them. You must point to the right inc file.
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

mschnell

  • Full Member
  • ***
  • Posts: 131
    • http://www.lumino.de
'text.inc' not found, 'i386.inc' not found
« Reply #3 on: July 18, 2005, 02:41:57 pm »
Quote from: "Marc"
You must point to the right inc file.


How to do this when stepping ?

-Michael

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
'text.inc' not found, 'i386.inc' not found
« Reply #4 on: July 19, 2005, 04:58:47 pm »
On the question if you want to find the file yourself, answer yes, then choose the file
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

mschnell

  • Full Member
  • ***
  • Posts: 131
    • http://www.lumino.de
'text.inc' not found, 'i386.inc' not found
« Reply #5 on: July 20, 2005, 10:01:21 am »
Quote from: "Marc"
On the question if you want to find the file yourself, answer yes, then choose the file


I did understand that I need to find the file myself but how to "choose" it ? Just load it into the GUI and the netxt stop will place the mark into the inc file ? Or do I need to tell the debugger about that ? (I don't have a workin installation right now.)

-Michael

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
'text.inc' not found, 'i386.inc' not found
« Reply #6 on: July 20, 2005, 06:00:42 pm »
When the debugger cannot find a file, it will tell you so. At that point, from that dialog, you can choose the file
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

 

TinyPortal © 2005-2018