Re: [fpc-pascal] Compiling to Java

2013-08-12 Thread Sven Barth
Am 12.08.2013 12:20, schrieb Michael Schnell: On 08/12/2013 11:46 AM, Sven Barth wrote: I don't know whether GDB is capable of debugging Java applications. see http://gcc.gnu.org/java/gdb.html Hmm... it seems that GDB still requires fitting debug information and can not simply debug Java appli

Re: [fpc-pascal] Compiling to Java

2013-08-12 Thread Michael Schnell
On 08/12/2013 11:46 AM, Sven Barth wrote: I don't know whether GDB is capable of debugging Java applications. see http://gcc.gnu.org/java/gdb.html So it *might* be viable, but I'd not say that it is planned for now. Again to be discussed the other list. -Michael ___

Re: [fpc-pascal] Compiling to Java

2013-08-12 Thread Sven Barth
Am 12.08.2013 11:03, schrieb Michael Schnell: On 08/12/2013 10:15 AM, Sven Barth wrote: Can the Lazarus GUI designer be used to do the GUI of such (Desktop) applications ? No. In a perfect world, "Write once compile everywhere" would suggest this (and "Web Applications") as a viable goal. Bu

Re: [fpc-pascal] Compiling to Java

2013-08-12 Thread Sven Barth
Am 12.08.2013 11:15, schrieb Michael Schnell: On 08/12/2013 10:15 AM, Sven Barth wrote: For more information please take a look here: http://wiki.freepascal.org/FPC_JVM here I see: "It is undoubtedly possible to set up Eclipse so that it will debug FPC-generated Java class files. Anyone who f

Re: [fpc-pascal] Compiling to Java

2013-08-12 Thread Michael Schnell
On 08/12/2013 10:15 AM, Sven Barth wrote: For more information please take a look here: http://wiki.freepascal.org/FPC_JVM here I see: "It is undoubtedly possible to set up Eclipse so that it will debug FPC-generated Java class files. Anyone who figures out the details, feel free to describe

Re: [fpc-pascal] Compiling to Java

2013-08-12 Thread Michael Schnell
On 08/12/2013 10:15 AM, Sven Barth wrote: Can the Lazarus GUI designer be used to do the GUI of such (Desktop) applications ? No. In a perfect world, "Write once compile everywhere" would suggest this (and "Web Applications") as a viable goal. But it might be difficult or completely impossib

Re: [fpc-pascal] Compiling to Java

2013-08-12 Thread Sven Barth
Am 12.08.2013 10:04, schrieb Michael Schnell: Right now, the reach of fpc (and Lazarus) "Write once compile everywhere" ) is being extended to Android (e.g. by having fpc compile to Dalvik). AFAIK, compiling to Android Dalvik already woks rather well. IIRC, here, first fpc compiles to Java byt

[fpc-pascal] Compiling to Java

2013-08-12 Thread Michael Schnell
Right now, the reach of fpc (and Lazarus) "Write once compile everywhere" ) is being extended to Android (e.g. by having fpc compile to Dalvik). AFAIK, compiling to Android Dalvik already woks rather well. IIRC, here, first fpc compiles to Java byte code and then this is converted to Dalvik Wo