Error Debug No source filename

‘’’
platform = espressif32
board = esp32dev
framework = arduino
debug_tool = esp-prog
upload_protocol = esp-prog
debug_init_break = tbreak loop
debug_speed = 500
upload_port = COM4
‘’’

when I select an interrupt point the debug gives me an error that you do not exist the file “No source file named” the absolute address but the file exists

Please post the complete reproducable project with that error message (and possibly screenshot) as an issue at Issues · platformio/platform-espressif32 · GitHub.