From 6fdaf66171cf3cc693000198519852ae6fd6eeb5 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Wed, 21 Feb 2018 16:42:47 -0800 Subject: [PATCH] disable breaking into raised extepsions --- ptvsd/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptvsd/wrapper.py b/ptvsd/wrapper.py index af35ce631..258869c6d 100644 --- a/ptvsd/wrapper.py +++ b/ptvsd/wrapper.py @@ -480,7 +480,7 @@ def on_initialize(self, request, args): { 'filter': 'raised', 'label': 'Raised Exceptions', - 'default': 'true' + 'default': 'false' }, { 'filter': 'uncaught',