"Break when exception is unhandled" is not honored when running asynchronous queries

Options
JeffMercado
edited January 2020 in General

Title. This appears to be an issue in v5 as well.

async System.Threading.Tasks.Task Main()
{
    throw new Exception();
}

Comments