diff --git a/HISTORY.rst b/HISTORY.rst index a1550302..57442602 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,6 +19,7 @@ PlatformIO Core 4.0 * Warn about broken library manifest when scanning dependencies (`issue #3268 `_) * Fixed an issue when ``env.BoardConfig()`` does not work for custom boards in extra scripts of libraries (`issue #3264 `_) * Fixed an issue with "start-group/end-group" linker flags on Native development platform (`issue #3282 `_) +* Fixed default PIO Unified Debugger configuration for `J-Link probe `__ 4.1.0 (2019-11-07) ~~~~~~~~~~~~~~~~~~ diff --git a/platformio/commands/debug/initcfgs.py b/platformio/commands/debug/initcfgs.py index b241efc6..50da1779 100644 --- a/platformio/commands/debug/initcfgs.py +++ b/platformio/commands/debug/initcfgs.py @@ -59,8 +59,8 @@ end target extended-remote $DEBUG_PORT monitor clrbp monitor speed auto -$LOAD_CMDS pio_reset_halt_target +$LOAD_CMDS $INIT_BREAK """