The limits show the wrong angle.
This should show -45 to 90, the debug shows 0 to 135
eg
var hinge:AWPHingeConstraint = new AWPHingeConstraint(baseRb, new Vector3D(0, 500, 0), new Vector3D(0, 0, 1), armRb, new Vector3D( 0, -500, 0), new Vector3D(0, 0, 1));
physics.addConstraint(hinge);
hinge.setLimit(MathConsts.DEGREES_TO_RADIANS * -45, MathConsts.DEGREES_TO_RADIANS * 90); //-45 to 90