Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #101 from DonJayamanne/disableRaisedException
Browse files Browse the repository at this point in the history
disable breaking into raised extepsions
  • Loading branch information
int19h authored Feb 22, 2018
2 parents a050961 + 6fdaf66 commit 424a7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptvsd/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def on_initialize(self, request, args):
{
'filter': 'raised',
'label': 'Raised Exceptions',
'default': 'true'
'default': 'false'
},
{
'filter': 'uncaught',
Expand Down

0 comments on commit 424a7be

Please sign in to comment.