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

Debug dependency sources #2

Open
kpgalligan opened this issue Feb 7, 2019 · 0 comments
Open

Debug dependency sources #2

kpgalligan opened this issue Feb 7, 2019 · 0 comments

Comments

@kpgalligan
Copy link
Contributor

kpgalligan commented Feb 7, 2019

After much research, importing dep sources is not that simple. The binaries are built with references to absolute source paths.

For example, I built sqliter on this machine, so adding those exact source files allows the debugger to work, but adding the same files in a different folder does not. The absolute paths must be in the IR output, and would need a way to be changed.

Possibly change KN compilation and include sources in the klib file.

It's a lot of work and not just in this plugin (unless there's a way to alter the binary and change paths).

@kpgalligan kpgalligan changed the title Import dependency sources Debug dependency sources May 11, 2019
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

No branches or pull requests

1 participant