Problem: Breakpoints sometimes are not working.
I'm using MobDebug thru IntteliJ EmmyLua plugin and run scripts on
Ubuntu in WSL
external hardware with embedded Linux and its filesystem mounted using sshfs-win
Reason: the root sources directory is not always detected correctly. Breakpoints are set using full paths to sources but aren’t considered as sources from the root directory.
Solution 1: add options to manually set mapping of local and remote directories for breakpoints.
Solution 2: add options to make possible to define manual dynamic mappers for breakpoints when simple mapping from the first solution is insufficient.
Problem: Breakpoints sometimes are not working. I'm using MobDebug thru IntteliJ EmmyLua plugin and run scripts on
Reason: the root sources directory is not always detected correctly. Breakpoints are set using full paths to sources but aren’t considered as sources from the root directory. Solution 1: add options to manually set mapping of local and remote directories for breakpoints. Solution 2: add options to make possible to define manual dynamic mappers for breakpoints when simple mapping from the first solution is insufficient.