"Cannot find or open the .PDB File"

Everytime I try to debug my game, I get an error saying that the .PDB file cannot be found.

The crash I’m trying to investigate is asking me for Rocket-Kismet.pdb or something along those lines, I thought this would be sorted automatically by the editor?

Either way, this is the information my current crash gives me:

[2014.02.09-00.35.12:795][153]LogLinker:Warning: Can't find file '/Game/Weapons/NewBlueprint'
[2014.02.09-00.35.12:795][153]LogUObjectGlobals:Warning: Failed to find object 'Object /Game/Weapons/NewBlueprint.NewBlueprint'
[2014.02.09-00.35.12:795][153]LogContentBrowser:Verbose: The content browser source was changed by the sources view to '/Game/Weapons'
[2014.02.09-00.35.13:310][188]LogLinker:Warning: Can't find file '/Game/Weapons/NewBlueprint'
[2014.02.09-00.35.13:310][188]LogLinker:Warning: Can't find file '/Game/Weapons/NewBlueprint'
First-chance exception at 0x000007FEDA616CDA (RocketEditor-Kismet.dll) in RocketEditor.exe: 0xC00000FD: Stack overflow (parameters: 0x0000000000000001, 0x0000000000113FF8).
Unhandled exception at 0x000007FEDA616CDA (RocketEditor-Kismet.dll) in RocketEditor.exe: 0xC00000FD: Stack overflow (parameters: 0x0000000000000001, 0x0000000000113FF8).

Hi James,

The.PDB issue is to be expected. Please have a look at this other post about the .PDB for more information.

https://rocket.unrealengine.com/questions/3098/pdbfile.html

If you have any further questions or concerns, please let us know.

Thank you,

Adam

It seems to me that you should solve problem with missing blueprint. Either create new one, or remove all references the old one that no longer exists.

Yeah I did that, and fixed the issue (It was actually me trying to set the root component too many times in the class).

However, I still need to fix the missing .pdb issue for proper debugging

Did you tried deleting Intermediate folder, then rwgenartung project files, and rebuild all in Debug Editor profile ?

This is unhelpful, as is does not solve the problem, and the link does not currently appear to work.