|
|
|
|
|
by pcx
3781 days ago
|
|
> 2. JNI debug is a bit of pain probably. But Java/Groovy/etc much easier to debug, compared to, say, Python Woah! How is Java/Groovy/etc easier to debug than Python?? In Python you just add the following line wherever you want to debug: import ipdb; ipdb.set_trace()
|
|
On other hand on JVM you don't even need such line, all works out of box, w/o code modification, never had any problem. At least with java and groovy