• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Discussion Can't use the debugger...

P

psyke

Guest
Hi,

I'm having some problems with the debugger, I simply cannot use it, it's very laggy (my game drops to 2-3 fps), and the CPU usage is like 30%, as you can see in the screenshot below:

debugger.jpg

If I close the debugger window, the FPS goes back to normal (60).
Any clues?

System Specs:
Windows 10 - 64x. i5 4440 - 8GB RAM
 

FrostyCat

Redemption Seeker
When the debugger is open, your game is actively funneling information to and communicating with the debugger in addition to whatever else it is doing. That can be a lot going on at once and the performance penalty is inevitable.

Try turning debugger panes off one-by-one to see if one is particularly heavy, or try a smaller demo game with fewer things going on.
 
Top