com.jtransc.debugger.jvm.jvm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtransc-debugger Show documentation
Show all versions of jtransc-debugger Show documentation
JVM AOT compiler currently generating JavaScript, C++, Haxe, with initial focus on Kotlin and games.
package com.jtransc.debugger.jvm
// https://docs.oracle.com/javase/1.5.0/docs/guide/jpda/jdwp-spec.html
// Command Packet
// Header
// length (4 bytes)
// id (4 bytes)
// flags (1 byte)
// command set (1 byte)
// command (1 byte)
// data (Variable)
// Reply Packet
// Header
// length (4 bytes)
// id (4 bytes)
// flags (1 byte)
// error code (2 bytes)
// data (Variable)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy