Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

How debug xposed modules? #157

Closed
Radzhab opened this issue Feb 9, 2017 · 4 comments
Closed

How debug xposed modules? #157

Radzhab opened this issue Feb 9, 2017 · 4 comments

Comments

@Radzhab
Copy link

Radzhab commented Feb 9, 2017

Ex, i want develop module. How its debug in Android Studio?

@rovo89
Copy link
Owner

rovo89 commented Feb 9, 2017

There's no easy way to do that, see this question:
#138 (comment)

@liudongmiao
Copy link

It's possible, however, I don't recommend.

  1. You must know the process that running your xposed module.
  2. You must run that process with debug on. (The simplest should be let all process including system_server debuggable, through property)
  3. Attach it in Android studio.

@Radzhab
Copy link
Author

Radzhab commented Feb 13, 2017

@liudongmiao How attach it to Android Studio? Can you share tutorial

@MPeti1
Copy link

MPeti1 commented Mar 29, 2018

UPDATE: I've found an easy solution and written about it in the Issue linked by rovo89

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

No branches or pull requests

4 participants