---
area: C++
description: Advanced support for debugging Unreal Engine Blueprints.
title: Unreal Engine Blueprint Debugger
featureId: ue-blueprint-debugger
thumbnailImage: ../media/ue-blueprint-debugger.png

---


We are happy to announce enhanced debugging support for Unreal Engine projects. Visual Studio will now display Blueprint information directly in the call stack and local variables windows. 

![Unreal Engine Blueprint Debugger](../media/ue-blueprint-debugger.png)

This update allows you to debug Blueprint and C++ code together in a single session, making it easier to trace interactions and identify issues across both scripting layers. In addition, you can now set breakpoints in Blueprint code, providing a more integrated debugging experience.

![Unreal Engine Blueprint Debugger Locals](../media/ue-blueprint-debugger-locals.png)
