You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make a program with exception handling but when an exception is thrown abort() is automatically called, I use the PlatformIO addon in Visual Code. I made a simple code to test them, I leave you the code, the .ini file and the .cpp
abort() was called at PC 0x42008a52 on core 1
Backtrace: 0x4037621a:0x3fcec0c0 0x4037950d:0x3fcec0e0 0x4037c632:0x3fcec100 0x42008a52:0x3fcec170 0x4200ca55:0x3fcec190 0x42000ec7:0x3fcec1b0 0x42002550:0x3fcec1d0
ELF file SHA256: 53a1b3f1a24d891f
The text was updated successfully, but these errors were encountered:
I am trying to make a program with exception handling but when an exception is thrown abort() is automatically called, I use the PlatformIO addon in Visual Code. I made a simple code to test them, I leave you the code, the .ini file and the .cpp
platformio.ini
main.cpp
Output:
abort() was called at PC 0x42008a52 on core 1 Backtrace: 0x4037621a:0x3fcec0c0 0x4037950d:0x3fcec0e0 0x4037c632:0x3fcec100 0x42008a52:0x3fcec170 0x4200ca55:0x3fcec190 0x42000ec7:0x3fcec1b0 0x42002550:0x3fcec1d0 ELF file SHA256: 53a1b3f1a24d891f
The text was updated successfully, but these errors were encountered: