The 'set source-map' command is used to remap the source path while the debugger is running. Source path remapping is necessary if the location of the source code is changed after downloading the compiled binaries to a SIMATIC 1500 PLC.
The command follows the same logic as the parameters '--baseFolder' and '--remappingPath', which can be set during connection.
set source-map <path-from> <path-to>
\<path-from>
The path on which the original ST data (including debug information) was compiled. The path must be the same as that provided to the 'stc -i'-option when the project was last successfully built.
\<path-to>
The path on which sources should be redirected. This is the directory in which the source code is currently located.