From 2f6d12f2cf307375cd4df6fa8dd32d9ea22c7d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Thu, 17 Apr 2025 00:17:38 +0200 Subject: [PATCH] Add catch config --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/package.json b/package.json index 784ee1b..b1e6577 100644 --- a/package.json +++ b/package.json @@ -363,6 +363,16 @@ } } } + }, + "catchReset": { + "type": "boolean", + "description": "If true and supported by the target, the debugger will stop when the target resets.", + "default": false + }, + "catchHardfault": { + "type": "boolean", + "description": "If true and supported by the target, the debugger will stop when the target generates a hard fault.", + "default": false } } } @@ -554,6 +564,16 @@ } } } + }, + "catchReset": { + "type": "boolean", + "description": "If true and supported by the target, the debugger will stop when the target resets.", + "default": false + }, + "catchHardfault": { + "type": "boolean", + "description": "If true and supported by the target, the debugger will stop when the target generates a hard fault.", + "default": false } } }