digitalmars.D.debugger - Debugging JNI possible
- Frank Benoit (4/4) Aug 12 2007 I want to debug a dll (compiled d code) which is called from a java app
- Jascha Wetzel (3/7) Aug 13 2007 ddbg doesn't support debugging DLLs, yet. i will add this in the next
I want to debug a dll (compiled d code) which is called from a java app using JNI. * Is this scenario supported by ddbg? * How do i configure Descent to do that?
Aug 12 2007
Frank Benoit wrote:I want to debug a dll (compiled d code) which is called from a java app using JNI. * Is this scenario supported by ddbg? * How do i configure Descent to do that?ddbg doesn't support debugging DLLs, yet. i will add this in the next release, though, since i need it myself ;)
Aug 13 2007