@AT 1 Posted March 3, 2024 (edited) I'm facing regression in Delphi 12 which blocks me in debugging EMS Server packages. Debugger does not stop at any breakpoints in source code; debugger does not display any symbols in CPU Debug View when execution is stopped in the package, After short investigation I found that local debuggers (Win32, Win64) do not load debug symbols for dynamically loaded packages via LoadPackage function. Issue is reproduced with Delphi 12 SP1 and is not reproduced in Delphi 11.3.   Edited March 3, 2024 by @AT Share this post Link to post
Stepan Drzka 0 Posted March 25, 2024 Hi, We encountered something similar with statically linked packages. In 11.3 it is working. Have you reported it to the Embarcadero yet? (I know that the Quality Portal is read-only these days). Share this post Link to post
Marco Cantu 82 Posted March 26, 2024 We have received reports for this issue already. We don't have a ETA for the solution, but have been looking into it 2 Share this post Link to post
himitsu 4 Posted September 1, 2024 Unfortunately still no solution.  Quote do ï»żï»żnot load debug symbols ï»żfor dynamically ï»żloaded packages ï»ż That's not quite true, because the log claims that the debug infos are being loaded, but I also know that the log likes to lie.  Because it compiles with external TDS, the *.tds are deleted and yet the debug log claims that the debug infos are being loaded for this EXE/DLL/BPL, which can't be true because they are gone. First of all, loading such packages with missing *.tds is really extremely slow and then Delphi itself is too stupid to recognize the problem here, because they create a 1-byte DEBUG section in the actual compilation when the TDS is saved externally, but this "one" byte itself cannot of course contain any debug infos. 1 Share this post Link to post
mvanrijnen 131 Posted September 16, 2024 Is this fixed in D12.2 ?  Would nice to know before i spent 2 days updating the dev environment .  Share this post Link to post
Uwe Raabe 2201 Posted September 16, 2024 Although there is one issue mentioned in this area (RSS-1044:Â Debug Delphi 12 IDE for Components design time), that issue lacks public access, so we don't know about the details. Â A short test here still exposes the problem, but there might be other things involved having influence on it. I would like to hear from others if they could get it working with 12.2. Share this post Link to post
mvanrijnen 131 Posted September 16, 2024 (edited) thats not good, having a problem with a RAD server package, which i would like to debug, gonna be a problem this week. Maybe the right time to say goodbye to RADserver and transfer the code to MARS (the Rest Server, not the planet)  @Marco CantuWhats the status of this problem?   Edited September 16, 2024 by mvanrijnen Share this post Link to post
Remy Lebeau 1656 Posted September 16, 2024 (edited) On 3/25/2024 at 12:22 PM, Stepan Drzka said: I know that the Quality Portal is read-only these days That is because the old Quality Portal (quality.embarcadero.com) has been replaced with a new system (qp.embarcadero.com). Edited September 16, 2024 by Remy Lebeau Share this post Link to post
mvanrijnen 131 Posted July 14 On 3/26/2024 at 9:52 AM, Marco Cantu said: We have received reports for this issue already. We don't have a ETA for the solution, but have been looking into it So, here we are more than a year later, any news on this issue?  1 Share this post Link to post
Vandrovnik 225 Posted July 15 On 7/14/2025 at 1:53 PM, mvanrijnen said: So, here we are more than a year later, any news on this issue?  1 Share this post Link to post
Anders Melander 2114 Posted July 15 They are probably too busy Getting Real Help For Free With Code Reviews, Pull Requests, And Git Commits.Â đ€Ą 2 Share this post Link to post
mvanrijnen 131 Posted July 16 Does someone ( @Marco Cantu) knows if this is solved in 12.3.x? We are sure gonna leave the whole RadServer concept because of the lack of support/maintenance. (probably going the MARS way) Who releases a software development product which can debug? (curious the way this went to production/release, Boss! We can not debug the radserver modules, oh, "nobody cares, just ship it,")  Share this post Link to post
Die HollĂ€nder 93 Posted July 16 (edited) 14 hours ago, Anders Melander said: They are probably too busy Getting Real Help For Free With Code Reviews, Pull Requests, And Git Commits.Â đ€Ą The special guest forgot to mention one important development language on his site..  Bito: Supported programming languages  Ah.. AI code review agent supported programming languages and tools Edited July 16 by Die HollĂ€nder Share this post Link to post
mvanrijnen 131 Posted July 18 Most funny thing is that nobody can confirm this is fixed. Kind of confirmation of what a laugh the Delphi IDE is become .......................... Â Time to make a list of critical question for the next Summit in Purmerend (Amsterdam for the commercial guys&girls). Â Â Share this post Link to post
Kas Ob. 157 Posted July 18 34 minutes ago, mvanrijnen said: for the commercial guys&girlï»żï»żs I don't know, but this sound like human trafficking. Share this post Link to post
mvanrijnen 131 Posted July 18 19 minutes ago, Kas Ob. said: I don't know, but this sound like human trafficking. ???  The summit is held in Purmerend (a place near Amsterdam), but it's called Delphi Summit Amsterdam, don't know where you were thinking of, but if it was ment as a joke, it's not a funny joke?  Share this post Link to post
Kas Ob. 157 Posted July 18 1 hour ago, mvanrijnen said: don't know where you were thinking of, but if it was ment as a joke, it's not a funny joke? It was a joke of cutting text out of context, and how this anything other than joke, (may be not funny though). Share this post Link to post
mvanrijnen 131 Posted August 6 @Marco Cantu  I'm glad to say that we did fix the problem ...   Share this post Link to post
Jan Brandt 0 Posted September 5 How did you fix the problem? Is it in 12.3? In upcoming 13? I would like to know as I am experiencing problems with debugging Win64 bpls in 12.2 Patch 2. Share this post Link to post
mvanrijnen 131 Posted September 5 yes, it's not really a fix, but i (we) removed RAD server from the equation. (moved from RAD server to MARS Rest library from @Andrea Magni, works amazingly well)  @Marco Cantu @Ian Barker I really can not get my head around the fact that EMB does not fix this, it renders the IDE almost useless if your using bpls in your application/solution  Share this post Link to post
Javier Tarà 39 Posted September 6 On 9/5/2025 at 3:13 PM, mvanrijnen said: yes, it's not really a fix, but i (we) removed RAD server from the equation. (moved from RAD server to MARS Rest library from @Andrea Magni, works amazingly well) And how did that fixed the poblem? is it "fixed" because MARS is not in a BPL but in your own exe? Share this post Link to post
Jan Brandt 0 Posted September 8 (edited) Interesting thing happened as my colleagues is able to debug the same code on his PC but not me. The main difference between our computers is version of Windows (I have 10 and he has 11). I wonder if it is because of Windows version or some Windows setting that causes me being unable to debug BPL (statically and dynamically loaded). Edited September 8 by Jan Brandt Share this post Link to post