Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breakpoints helpers #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

E-Fir
Copy link

@E-Fir E-Fir commented Oct 31, 2022

Problem: Breakpoints sometimes are not working.
I'm using MobDebug thru IntteliJ EmmyLua plugin and run scripts on

  1. Ubuntu in WSL
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant