Breakpoint not working

The code is firing, but i need a way to debug my code to fix some bugs. But the problem is the breakpoint is not working. Nothing happen when the code pass trough a breakpoint.

351361-bug2.png

1 Like

Hey, thanks for the reply,
The breakpoint was not working on any part of Widget blueprint, the print string node was only to check if my Custom event was actually firing. But i just restarted the editor and the breakpoint started working again.

cheers.

2 Likes

Try putting the break on the node before. Also it’s worth noting that print nodes are often better at helping you debug than the debugger. You can’t rely on the values of variables in the debugger.