Post debugging break memory

Hi,
I have been ignoring this but is it normal?

When I finish a debug session I press “Stop Debugging” in the run menu. My program is still running and I can use the serial monitor to continue using it. However when I do something that hits code where the debugger had a break point, it crashes with an unhandled break. Log below.

Another thing that is happening ( when I am using the debugger ) is even though I remove all breakpoints in the run menu, they still exist and the code still breaks there. The only way I can really get rid of the breakpoints is to remove them and then restart platformio.

Thanks,
Tony

Log from Teraterm

[2022-02-28 11:39:26.674] ets Jun 8 2016 00:22:57
[2022-02-28 11:39:26.677]
[2022-02-28 11:39:26.677] rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[2022-02-28 11:39:26.681] configsip: 0, SPIWP:0xee
[2022-02-28 11:39:26.684] clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[2022-02-28 11:39:26.690] mode:DIO, clock div:2
[2022-02-28 11:39:26.692] load:0x3fff0018,len:4
[2022-02-28 11:39:26.694] load:0x3fff001c,len:1044
[2022-02-28 11:39:26.696] load:0x40078000,len:10124
[2022-02-28 11:39:26.698] load:0x40080400,len:5828
[2022-02-28 11:39:26.701] entry 0x400806a8
[2022-02-28 11:39:33.185]
[2022-02-28 11:39:33.185] DCC Logic Analyzer. Revision 1.00, 2-28-2022
[2022-02-28 11:39:33.189] Keyboard commands
[2022-02-28 11:39:33.191] --------------------------------------------
[2022-02-28 11:39:33.195] I - Capture Idle Frames
[2022-02-28 11:39:33.197] W - Capture Raw DCC Frames
[2022-02-28 11:39:33.199] L - Capture by Loco Address
[2022-02-28 11:39:33.202] A - Capture by Accessory Address
[2022-02-28 11:39:33.205] C - Capture by Command Type
[2022-02-28 11:39:33.207] P - Capture Programming
[2022-02-28 11:39:33.210] N - Include “Inrferred” Programming Responses
[2022-02-28 11:39:33.214] T - Trigger Oscilloscope on Pass Filter
[2022-02-28 11:39:33.217] D - Display Settings
[2022-02-28 11:39:33.218] S - Save Settings
[2022-02-28 11:39:33.220] R - Restore Settings
[2022-02-28 11:39:33.222] H - Display Help
[2022-02-28 11:39:33.223] M - Users Manual
[2022-02-28 11:39:33.225] -------------------------------------------------------------
[2022-02-28 11:39:33.230] Pins DCC In: 34, LED Out: 13, Oscilloscope Trigger: 22
[2022-02-28 11:39:33.236] → Press SpaceBar to START DCC acquisition
[2022-02-28 11:39:33.240]
[2022-02-28 11:39:45.884]
[2022-02-28 11:39:45.884] Pres the CAPATILIZED letters below to TOGGLE acquisition
[2022-02-28 11:39:45.889] Loco, Consist, adVanced, Speed, F-keys, Other, Prog, and “A” toggles All/None
[2022-02-28 11:39:45.896] Then press ENTER to accept, or ESCape to cancel
[2022-02-28 11:39:45.900]
[2022-02-28 11:39:45.900] Commands: All Commands: Consist, adVanced, Speed, F-Keys, Other, Programming Commands: Loco, Consist, adVanced, Speed, F-Keys, Other, Programming Commands: Consist, adVanced, Speed, F-Keys, Other, ProgrammingGuru Meditation Error: Core 1 panic’ed (Unhandled debug exception)
[2022-02-28 11:40:55.648] Debug exception reason: HwBreakpoint
[2022-02-28 11:40:55.651] Core 1 register dump:
[2022-02-28 11:40:55.653] PC : 0x400d1cf0 PS : 0x00060936 A0 : 0x800d3958 A1 : 0x3ffb1dd0
[2022-02-28 11:40:55.661] A2 : 0x3ffb1eb0 A3 : 0x00000001 A4 : 0x00000000 A5 : 0x3ffb1e98
[2022-02-28 11:40:55.669] A6 : 0x3ffc1168 A7 : 0xff000000 A8 : 0x800d1cd2 A9 : 0x3ffb1db0
[2022-02-28 11:40:55.676] A10 : 0x00000000 A11 : 0x00000001 A12 : 0x0000000b A13 : 0x3ffb1e6a
[2022-02-28 11:40:55.684] A14 : 0x00000000 A15 : 0x00000020 SAR : 0x00000018 EXCCAUSE: 0x00000001
[2022-02-28 11:40:55.692] EXCVADDR: 0x00000000 LBEG : 0x400012e5 LEND : 0x40001309 LCOUNT : 0x800d714b
[2022-02-28 11:40:55.700]
[2022-02-28 11:40:55.700] ELF file SHA256: 0000000000000000
[2022-02-28 11:40:55.703]
[2022-02-28 11:40:55.703] Backtrace: 0x400d1cf0:0x3ffb1dd0 0x400d3955:0x3ffb1e90 0x400d3b8f:0x3ffb1ee0 0x400d3eb1:0x3ffb1f90 0x400d7da9:0x3ffb1fb0 0x40086595:0x3ffb1fd0
[2022-02-28 11:40:55.716]
[2022-02-28 11:40:55.716] Rebooting…
[2022-02-28 11:40:55.717] ets Jun 8 2016 00:22:57
[2022-02-28 11:40:55.720]
[2022-02-28 11:40:55.720] rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[2022-02-28 11:40:55.725] configsip: 0, SPIWP:0xee
[2022-02-28 11:40:55.727] clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[2022-02-28 11:40:55.733] mode:DIO, clock div:2
[2022-02-28 11:40:55.735] load:0x3fff0018,len:4
[2022-02-28 11:40:55.737] load:0x3fff001c,len:1044
[2022-02-28 11:40:55.740] load:0x40078000,len:10124
[2022-02-28 11:40:55.742] load:0x40080400,len:5828
[2022-02-28 11:40:55.744] entry 0x400806a8
[2022-02-28 11:40:55.875]
[2022-02-28 11:40:55.875] DCC Logic Analyzer. Revision 1.00, 2-28-2022
[2022-02-28 11:40:55.879] Keyboard commands
[2022-02-28 11:40:55.881] --------------------------------------------
[2022-02-28 11:40:55.885] I - Capture Idle Frames
[2022-02-28 11:40:55.887] W - Capture Raw DCC Frames
[2022-02-28 11:40:55.889] L - Capture by Loco Address
[2022-02-28 11:40:55.892] A - Capture by Accessory Address
[2022-02-28 11:40:55.895] C - Capture by Command Type
[2022-02-28 11:40:55.897] P - Capture Programming
[2022-02-28 11:40:55.899] N - Include “Inrferred” Programming Responses
[2022-02-28 11:40:55.903] T - Trigger Oscilloscope on Pass Filter
[2022-02-28 11:40:55.909] D - Display Settings
[2022-02-28 11:40:55.910] S - Save Settings
[2022-02-28 11:40:55.913] R - Restore Settings
[2022-02-28 11:40:55.913] H - Display Help
[2022-02-28 11:40:55.915] M - Users Manual
[2022-02-28 11:40:55.917] -------------------------------------------------------------
[2022-02-28 11:40:55.921] Pins DCC In: 34, LED Out: 13, Oscilloscope Trigger: 22
[2022-02-28 11:40:55.926] → Press SpaceBar to START DCC acquisition
[2022-02-28 11:40:55.930]