| View previous topic :: View next topic |
| Author |
Message |
Emmanuel Guest
|
Posted: Fri Sep 09, 2005 2:47 am Post subject: bug? debug? CPU thread |
|
|
I found that when I am debug for my program
the C++builder 6 must stop in in a CPU Thread
| Quote: | 77F9193D C3 ret
77F9193E 8BFF mov edi,edi |
What is the meaning ??
I need to press F9 many times in order to run mt program.
it make all the program cannot debug.
How can I solve it?
|
|
| Back to top |
|
 |
Danzer Guest
|
Posted: Thu Sep 15, 2005 8:03 pm Post subject: Re: bug? debug? CPU thread |
|
|
Emmanuel wrote:
| Quote: | I found that when I am debug for my program
the C++builder 6 must stop in in a CPU Thread
77F9193D C3 ret
77F9193E 8BFF mov edi,edi
What is the meaning ??
I need to press F9 many times in order to run mt program.
it make all the program cannot debug.
How can I solve it?
|
Goto Tools->Debugger Options->Language Exceptions and make sure Stop on
Delphi Exceptions is checked. You might be getting a Delphi exception
that the debugger is not handling. I have seen the CPU window pop up at
varying locations when a Delphi exeception was raised without this
option being checked.
Danzer
|
|
| Back to top |
|
 |
Emmanuel Guest
|
Posted: Mon Sep 26, 2005 11:33 pm Post subject: Re: bug? debug? CPU thread |
|
|
I have check it, "Stop on Delphi Exceptions" is checked. but still have such
problem
| Quote: | Goto Tools->Debugger Options->Language Exceptions and make sure Stop on
Delphi Exceptions is checked. You might be getting a Delphi exception
that the debugger is not handling. I have seen the CPU window pop up at
varying locations when a Delphi exeception was raised without this option
being checked.
Danzer
|
|
|
| Back to top |
|
 |
Emmanuel Guest
|
Posted: Thu Sep 29, 2005 3:42 pm Post subject: Re: bug? debug? CPU thread |
|
|
No help???
"Emmanuel" <emmanuel (AT) erphk (DOT) com> 写入消息新闻:4338844e (AT) newsgroups (DOT) borland.com...
| Quote: | I have check it, "Stop on Delphi Exceptions" is checked. but still have
such problem
Goto Tools->Debugger Options->Language Exceptions and make sure Stop on
Delphi Exceptions is checked. You might be getting a Delphi exception
that the debugger is not handling. I have seen the CPU window pop up at
varying locations when a Delphi exeception was raised without this option
being checked.
Danzer
|
|
|
| Back to top |
|
 |
|