Home > Back-end >  Delphi programming, compiler not wrong, but you can't run debugging
Delphi programming, compiler not wrong, but you can't run debugging

Time:10-18

Delphi programming, compiler not wrong, but you can't run debugging, the interface is just a flash jump back to the edit window,
Procedures should be no problem, had run on another computer is very good, in the computer that is!!!!!
To the original computer is Windows, is now the Windows xp, wonder whether there is a relationship with this!!!!!!

thank you

CodePudding user response:

The console application or application

CodePudding user response:

Is a program, compile obviously not a mistake, but after the compilation, before each program has a smaller, now all have no

CodePudding user response:

Engineering units did not create the form

CodePudding user response:

Program is compiled on another computer running well, but not copied to the computer! Software is not installed, but don't know where the problem is!!!!!!!!!!

CodePudding user response:

May be triggered which step you program launch, breakpoints to track it and see

CodePudding user response:

See if there are abnormal exit situation...
Look online debugging

CodePudding user response:

Programs always run in these lines, other programs like didn't compile


{$R *. RES}
The begin
Application. The Initialize;
Application CreateForm (TCustomerData CustomerData);
Application. The Run;
end.

CodePudding user response:

Done, or program problem again!! I kao come from another computer program, how to changed on this computer!!

CodePudding user response:

Is the system automatically give program to optimize away

CodePudding user response:

How do ah? Don't say,,,

CodePudding user response:

Tell me about the reason why!

CodePudding user response:

If the copied from others, may be others in the project - packags - compile the build with the runtime packages ticked on, only need to remove the hook, you can compile and run,

CodePudding user response:

Compile environment problem,

I also encountered similar problems in the former period settled, but don't know why,,,

Pray for a long time, have no great god about the compilation environment using the

CodePudding user response:

I also met this problem, the reason is that there are some code usually is not recompiled, as obj, and this obj is not compile your code
  • Related