DelphiMT 5 Posted December 19, 2022 It's prob not relevant to your problem, but I've run into a similar issue were the debugging doesn't work on my company laptop, but does on my own PC. I use the same VirtualBox VM on both (I copy the VM files over), so the RAD Studio installation and all the project files are the same on both machines. In my case it's an Android app and I can set breakpoints etc on the company PC but they are just ignored and the app never stops at a breakpoint. The company laptop has a bunch of AV/anti-malware stuff on it so I just assume that's the cause. Share this post Link to post
Lars Fosdal 1851 Posted December 20, 2022 It is odd that it works with remote debug symbols enabled, though. Share this post Link to post
Bill Meyer 339 Posted April 14, 2023 On 12/20/2022 at 5:21 AM, Lars Fosdal said: It is odd that it works with remote debug symbols enabled, though. So yesterday I began to have this problem with 11.1 in a VM. Did some searching this morning, and that led me to this thread, which I recall reading when it was new. My situation is not identical, Lars, as I do not see the color of gutter dots change. But breakpoints become non-functional, depending on where they are. I can break in the DPR, or in the main form. But somewhere beyond those areas, the breakpoints do not trigger. Have you discovered the cause? I was going to check include remote symbols, and found it already checked, so that is not a solution here. Share this post Link to post
Lars Fosdal 1851 Posted April 17, 2023 No, not really. Very little Delphi work these days, as I am trying to get my head around an ERP system and all its wrinkles. Share this post Link to post
GabrielMoraru 29 Posted 5 hours ago (edited) @Lars. Updates on this? I have a similar problem where debugging in Delphi 11.3 works.... for a while. Then suddenly all breakpoints are ignored. (Suddenly = I change one line a code and I recompile). I can't even put a breakpoint into the DPR! The project is properly set. I even turned on "map file" and "debug info into exe" in the Linker page. The project is really really large: Exe file (with debug info inside) 191MB. Exe file (without debug info inside) 51MB. Map file = 43MB. DCUs = 4MB (the rest is in (DPK) libraries). Edited 5 hours ago by GabrielMoraru Share this post Link to post
Lars Fosdal 1851 Posted 4 hours ago Sorry, no updates. Not using Delphi much, except from small utils. Haven't checked on the problem since 12.3. Share this post Link to post