It does this:
debuggeeFailIfPresent "An unexpected exception"
debuggeeFailIfPresent "Internal exception"
It should do this to see failures in current VMs:
debuggeeFailIfPresent "An unexpected error"
debuggeeFailIfPresent "Internal error"
|