[Solved]Help debugging custom Pawn instanciation

Started by isistoy, June 14, 2015, 12:03:10 PM

Previous topic - Next topic

isistoy

Hello,

I am trying to make the game instanciate custom pawns inside a mod and might be in trouble with basic debug ideas:

I tried to put the pdb description into the mod's <Assemblies> dir, but the game bugged out directly, stating it cannot load some weird file description as an assembly. I suppose this is what the engine tries to make of a pdb file then?
Any idea in which I could use a debug tool?
I don't see any reasons I would be fully commited to VS now anymore, so other EDI would do the trick as well.

Thanks in advance for your help
<Stay on the scene like a State machine>

isistoy

Update: ok, I suppose an exception in CustomPawn.DrawGUIOverlay is bad for the game  :P
By the way, inspector is really useful, now that objects render.
<Stay on the scene like a State machine>