Delphi 6 does not call breakpoints

After installing Delphi 6 on a new workstation, I released a problem with breakpoints. In debug mode, the environment does not start breakpoints, as they are not placed at all ...

Have you experienced a similar situation? I suppose the reason is some setup, but I cannot find which one ...

Tnx in advance!

Nemanha

+3
source share
2 answers

Yes, this happens sometimes (not only at 6).

  • Include all debugging information except debug DCU if you do not want to debug Borland code. (Remember to check the compiler keys in the code).
  • Disable code optimizer.
  • Recover all code.
  • DLL, ​​ - .

.

  • , .
  • , . , (, dghasgsgd) , , .
  • , ( SendMessage , , .).
  • . .

.

  • . -.
  • . ( ).
+6

, @Gamecat, , .

, . "" > " " " ", . , "Project _.exe EAccessViolation " 4CDEB080 IDPDX32.DLL "." " Delphi" "" > " " > " ".

Delphi , .

, , ( temp), , , , ...

+1 . : [] RLINK32: 16- .... \estands\estandar_StdFormMainFrm.DFM Text-DFM. IDE, "Text-DFM" (, , " DFM" )? , , .

- , . Delphi.

+1

Source: https://habr.com/ru/post/1795443/


All Articles