Skip to content

third-party-dev/jdwp

Repository files navigation

thirdparty.jdwp

A JDWP implementation in async python.

Note: Very much a work in progress.

Example

import asyncio
from thirdparty.jdwp import Jdwp

async def main():
    jdwp = await Jdwp('localhost', 8700).start()

    print(await jdwp.VirtualMachine.Version())

    print(await jdwp.VirtualMachine.ClassPaths())

asyncio.run(main())

References

About

JDWP Implementation in Async Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages