www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.debugger - Debugging JNI possible

reply Frank Benoit <keinfarbton googlemail.com> writes:
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
parent Jascha Wetzel <"[firstname]" mainia.de> writes:
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