Delphi debugger loading wrong rtl.bpl version
skybuck2000 <[email protected]> Mon, 24 Jan 2022 05:03:23 -0800 (PST)
| Newsgroups | alt.comp.lang.borland-delphi |
|---|---|
| Message-ID | <[email protected]> |
rtl260.bpl rtl270.bpl both on search path. Causes confusion for delphi debugger when trying to run with runtime packages and path set to these bpls to test them. Very dumb, very stupid ! lack of proper version loading ! Bad engineering ! Test your products/delphi better, more complex situations, more realistic big projects. Here is a nice github repo for you to test your Delphi IDE, many many many issues: https://github.com/SkybuckFlying/PascalCoin/commit/5c16f0b0069938df5915bc1631d65440b419d803 Also package output path has HasTrailingHash scalar value issue or something. Also debugger can't find win64 bpl files ? WTF ?! Weird. Paths seems correctly setup. Switching from debug to release does not free up enough memory, probably insight manager consuming a lot of memory or in memory compiler... free those on switch ! Bye for now, Skybuck.