Written by

Question Arto Alatalo · Apr 12, 2017

how to break at line throwing exception

In case of system exception (missing property, method etc) Cache Studio's debugger stops at the line throwing it. Unless the line is in try/catch block. 

Is there a way to make it break also in try/catch case?

Cache 2016.1.1

Comments

Sean Connelly · Apr 12, 2017

Not from the try block, but you could add a break to your catch block.

0