You can remap the source code during debugging in user-managed mode when the application source path or ELF location changed. Follow the steps below:
- Go to debug launch configuration and expand the Path Map.
- Click + to add source map.
- SOURCE: Refers to the original path of the source file. You can hover over the source file name in the CALL STACK view to see this path.
- DESTINATION: The current file path of the source code.
- Click OK and start debug.