Simn / genjvm

13 stars 1 forks source link

Debugging #24

Closed Simn closed 5 years ago

Simn commented 5 years ago

We should check what we need to make our code debuggable properly. There's good chance that this already works quite well given how nice the decompiled code looks.

I don't know how to use Java debuggers though. :P

Simn commented 5 years ago

The current state of affairs seems to be: Breakpoints work, everything else doesn't.

And nobody knows why...

Simn commented 5 years ago

Well, I don't know what else to do here, so whatever.

nadako commented 5 years ago

We'll figure it out someday