All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jtransc.debugger.jvm.jvm.kt Maven / Gradle / Ivy

Go to download

JVM AOT compiler currently generating JavaScript, C++, Haxe, with initial focus on Kotlin and games.

There is a newer version: 0.6.8
Show newest version
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