ESP32S3 Crash report - Print Dump or Simply DEBUG

I have a esp23-s3 board from unknown makers running on arduino framework. I’m trying to configure the project to print the the point where the program has crashed. I’d like to print the info like how it would do on halt and print for esp-idf. Would really appreciate if someone could help.

Platform.ini below.

[env:um_tinys3]

platform = espressif32

board = um_tinys3

framework = arduino

board_build.partitions = partitions.csv

build_flags =

'-D ARDUINO_USB_MODE=0'

'-D ARDUINO_USB_CDC_ON_BOOT=1'

lib_deps =

unexpectedmaker/UMS3 Helper@^1.0.1

arduino-libraries/Arduino_DebugUtils@^1.4.0