Jump to content
Sign in to follow this  
Immick

Debugger Kernel doesn't unload

Recommended Posts

Dear all,

 

There is a huge problem with my Delphi 10.4. It seem to be related to Windows 11 22H2 too.

 

When I start my project with F9 I get "Embarcadero Debugger Kernel" process in Task Manager with about 800 MB of memory used on it. When I stop my project with Ctrl + F2, I still see 800 MB of memory used by the "Embarcadero Debugger Kernel" process. Now when I relaunch my project with F9 again I got "Embarcadero Debugger Kernel" process with about of 1600 MB memory used on it (+800 MB). And when I stop it the memory used remains the same (1600 MB). So the problem is that the proccess is growing with ~800 MB every time I start my project with F9. Take a look in the attach at the result after launching the project after about 8 times - it took 6.5 GB! And finally, when RAM is over Delphi just kicked out of the RAM without any prompting.

 

The same project was tested on Windows 10 and Delphi 10.2. Debugger Kernel is getting totally unloaded just after the first stop as it should be.

So this is about specific IDE and maybe OS Windows 11.

 

Could you please tell me is there any wa to find out how to fix it?

 

Thank you!

 

 

2023-05-26_19-22-50.png

Edited by Immick

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×