在程序编译执行运行时,系统老自动打开CPU跟踪器(View-Debug windows-cpu 或按住Ctrl+Alt+C 的那个窗体),
请问高手大哥,如何把CPU跟踪器关闭了。不要自动打开!

解决方案 »

  1.   


     你看看delphi环境设置吧,应该能解决.
      

  2.   

    Tools->Debugger options
    去掉最后面的integrated dubugging复选框
      

  3.   

    不行,如果去掉Tools->Debugger options
    最后面的integrated dubugging复选框,
    这样就不能单步调试了!
      

  4.   

    找了一下Delphi的帮助文件,很可能是程序的问题吧,你有没有更改了程序的图标之类的资源?Opening the CPU windowThe CPU window opens automatically whenever program execution stops at a location for which source code is unavailable. For example, the debugger cannot open the source file if you link a DLL (Windows) or shared object file (Linux) built with debug information but do not include its source file in your project, or if you place the source file in a directory not specified in your project.
      

  5.   

    Borland新闻组里边的:http://groups.google.com/groups?hl=zh-CN&lr=&ie=UTF-8&oe=UTF-8&threadm=3b2f0450_1%40dnews&rnum=1&prev=/groups%3Fq%3D%2B%2522problems%2Bwith%2BCPU%2Bview%2B%2522%26hl%3Dzh-CN%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3D3b2f0450_1%2540dnews%26rnum%3D1This problem exists only under W2K
    It is corrected by the SP2 or while downloading at this address
    a patch created by Denis PassMore...
    http://ww6.borland.com/codecentral/ccweb.exe/home
    先检查一下程序中是否使用了16位以下或真彩色的图标做为应用程序图标,
    还存在问题的话,如果是WIN2000的系统打了SP2的补丁,2000以下的系统试试下载一个
    上面提到的那个文件