Can I do this in the Powershell ISE like I can in Visual Studio:
Obviously I am not expecting the same dialogue and I'd hazard a guess I can wrap a try/catch around the part which calls out to the offending (nested) scripts - the bit of stuff I am interested in is nested deep. Id also assume that I can either go and open the existing file and slap a breakpoint in there.
However in the absence of doing that and as a nice convenience I would just like to be able to "break on any exception" because I am lazy.