Thoughts on providing a way for the adapter to support running debuggees under a user provided emulator #1684
Unanswered
calewis
asked this question in
Enhancements
Replies: 1 comment 3 replies
-
So the debuggees in this case aren't python code? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would there be any interest in having debugpy support running debuggees under some other program? My main goal would be to insert an emulator between the adapter and the debuggee when we can detect that the debuggee is not configured for the native architecture.
My specific use case targets elf binaries that are being run via the adapter, making this detection fairly easy. The way I have cobbled together a working pipeline is to replace the debuggee with /path/to/emulator in the command that will launch the debuggee's process.
I'm mainly checking here to see if there is any interest in supporting the ability to place a shim program between the adapter and the debuggee in the upstream repository.
Beta Was this translation helpful? Give feedback.
All reactions