Uso ddd 3.3.1 y me gustaria que separar en ventanas distintas el display para
datos y el codigo, como en la version 2.1. Mi entorno de ventanas es kde
2.2.1.
Como puedo hacerlo?
Gracias.
--
--
| 0 0 |
| __ |
--o00o---o00o--
Manuel Martin Martin
[EMAIL PROTECTED
this is the trace where ddd fail:
help me please.
# Loading class "Panel"...
# Searching for "Panel" source...
-> "use\n"
<- ".\n"
"> "
# Searching for "Panel" source..."Panel.java".
# Reading file
"
i'm using ddd to debugg java program but occur this error:
Exception occurred: java.lang.NoClassDefFoundError (uncaught) thread="main",
java.lang.ClassLoader.defineClass(), line=438, bci=35
How i solve this problem?
Thanks
_
-- Mensaje Reenviado --
Subject: Re: ddd + jdb problema.
Date: Mon, 15 Oct 2001 18:50:38 -0400
From: Manuel Martin <[EMAIL PROTECTED]>
To: Manuel Martin <[EMAIL PROTECTED]>
Me respondo yo mismo para solucionarlo lo q hago es indicar al ld donde esta
esa libreria
Holla,
Manuel Martin schrieb:
>
> Quiero usar ddd para depurar codigo java.Tengo instalada jdk1.2.2.Y cuando me
> dispongo a ejecutar una aplicacion en ddd me dice q no puede ejecutar la vm
> por el siguiente error:
>
> "Can't load "libjdwp.so", because
Quiero usar ddd para depurar codigo java.Tengo instalada jdk1.2.2.Y cuando me
dispongo a ejecutar una aplicacion en ddd me dice q no puede ejecutar la vm
por el siguiente error:
"Can't load "libjdwp.so", because libjdwp.so: cannot open shared object file:
No such file or
hellow
when i ron a program.Occur this error:
Can't load "libjdwp.so", because libjdwp.so: cannot open shared object file:
No such file or directory
Could not create the Java virtual machine.
help me!!!
_
Do You Yahoo!?
Get your free @yah
David Brownell wrote:
> Heh ... the real fun begins when the last name-mangling issues get
> resolved, and folk start using DDD with GCJ compiled code! :)
> I don't know if it'll work with interpreted code though.
Yeah, there isn't really a solution for debugging inte
> http://www.gnu.org/software/ddd/
Heh ... the real fun begins when the last name-mangling issues get
resolved, and folk start using DDD with GCJ compiled code! :)
I don't know if it'll work with interpreted code th
On Fri, 30 Mar 2001, Steve Racine wrote:
> Does anyone have or know where there exists a fully-statically compiled RPM
> binary for DDD that is new enough to open Java .class files? I have looked
> through the more obvious routes and only find old static binaries and new
> source d
Does anyone have or know where there exists a fully-statically compiled RPM
binary for DDD that is new enough to open Java .class files? I have looked
through the more obvious routes and only find old static binaries and new
source distributions.
Stephen Racine
Convertible Arbitrage & Techno
SHUDO Kazuyuki wrote:
> If you'd like to use green threads usually, you may
> modify the bin/.java_wrapper file. Modify the following
> line as you like:
>
> DEFAULT_THREADS_FLAG=native
It should also work just to set (and export) the environment variable
THREADS_FLAG=green.
Nathan
SHUDO Ka
Richard Johnson wrote:
> Program received signal ?, Unknown signal.
> 0x4012eb6e in __sigsuspend (set=0xb2a8) at
>../sysdeps/unix/sysv/linux/sigsuspend.c:48
I guess your GNU debugger (gdb) doesn't support
LinuxThreads which JDK uses as native threads. I can get
the following message with gd
akpoint in main() and stopping there). I bought
> > your book too!
> >
> > Unfortunately, I am not reaching this breakpoint instead dying
> > during jvm initialization trying to create the SIGQUIT handler. I get the
>following
> > message in the gdb window of my ddd de
dying
> during jvm initialization trying to create the SIGQUIT handler. I get the following
> message in the gdb window of my ddd debugger session:
>
> Program received signal ?, Unknown signal.
> 0x4012eb6e in __sigsuspend (set=0xb2a8) at
>../sysdeps/unix/sysv/linux/sigsu
On Thu, 30 Dec 1999, Nathan Meyers wrote:
> richard johnson wrote:
> >
> > Hello,
> >
> > I am in the process of porting a JNI dynamic library to
> > Unix that was developed on wiindows. I have made
> > some errors and would like to debug but am hav
richard johnson wrote:
>
> Hello,
>
> I am in the process of porting a JNI dynamic library to
> Unix that was developed on wiindows. I have made
> some errors and would like to debug but am having
> some troubles using ddd and gdb.
JNI debugging is a bit tricky, because
Hello,
I am in the process of porting a JNI dynamic library to
Unix that was developed on wiindows. I have made
some errors and would like to debug but am having
some troubles using ddd and gdb.
The following snippets are from the stderr stream
when I run without the debugger and just crash
came about and have found them
to be mostly not worth the learning curve. But then thats just me, or is it
? =)
--rob
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 13, 1999 8:12 AM
Subject: ddd as a java debugger
> First le
Hi Matt,
Thank you for your info about GCJ. Have you ever try it? How well it
works?
I looked at its documentation and found it a little confusing. The
compiler
consists of two parts + debugger. Also there is visual front end to this
debugger, Insight.
The installation of each part consists of
includes tables that map code
addresses to source line numbers, so debuggers like gdb can do
source-level debugging.
Nathan
>
> Jacob Nikom
>
> Nathan Meyers wrote:
> >
> > "Daniel P. Zepeda" wrote:
> > >
> > > You can find DDD at:
> > &
Hi,
Do you know anything about GCJ - latest Cygnus tool for Java
compilation and debugging?
Jacob Nikom
Nathan Meyers wrote:
>
> "Daniel P. Zepeda" wrote:
> >
> > You can find DDD at:
> >
> > http://www.cs.tu-bs.de/softech/ddd/
> >
> > Jus
"Daniel P. Zepeda" wrote:
>
> You can find DDD at:
>
> http://www.cs.tu-bs.de/softech/ddd/
>
> Just grab the sources, untar, run configure, make, make install. It was
> that easy for me. Oh, you may need to get Lesstiff and some XPM library
> stuff, but the i
> Being something of a doit-yourself type (as I imagine we all are), I'm
> still trying to put together a debugging environment that is
> 'satisfying'.
Although not directly relevant to the Blackdown JDK, GCJ (the Java front-end
to GCC) supports Java debugging with GDB. This is amazingly useful
You can find DDD at:
http://www.cs.tu-bs.de/softech/ddd/
Just grab the sources, untar, run configure, make, make install. It was
that easy for me. Oh, you may need to get Lesstiff and some XPM library
stuff, but the information for that is included in the documentation.
Keep in mind that DDD
mand syntax and more than a little brief with respect to
documentation. I could not get BlueJ to even start up.
Within the past couple of days I swapped messages with someone here on
the list regarding ddd. After mulling it over a bit I've decided I
oughtta give it a try.
Can you anyone prov
Yes ddd does exist on linux. I accidentally started it up today. Can it
be used with java?
-James
On 12 Oct, Brian Miller wrote:
> I was wondering what debugger people are using? Does a Linux port of
> ddd exist?
>
> Thanks
Well,
I am not aware of any faq about it (I could also find it useful ;-}
), but you can try the following:
just run it usingĀ `exec ddd --jdb your.class &`
Make sure you have compiled using -g (I guess you did)
If you wish to set a breakpoint, do it using the full qualified path
for your me
has anyone done an FAQ on this?
how do i get started (never used DDD before, as most of my unix work is
in perl and generally don't feel the need for an graphical
debugger...however with java...)
thnx for any help!
--
"a gust of wind...a dog barks..."
> Well, I went nuts, 'cause ddd is the cream of the crop, I personally
> think... And I went to try it for myself. After guessing a lot
> (couldn't find a straight documentation on ddd for this), I found that
> a "ddd --jdb &" does the first trick (i
On Wed, 9 Sep 1998 12:10:23 -0700 (PDT), Luiz Otavio L. Zorzella wrote:
>Hi,
>
>I've been missing a good debuger for java on linux for quite some
>time. It was then that I found this on the ddd
>(http://www.cs.tu-bs.de/softech/ddd/) manual, under "News":
I don'
Hi,
I've been missing a good debuger for java on linux for quite some
time. It was then that I found this on the ddd
(http://www.cs.tu-bs.de/softech/ddd/) manual, under "News":
**
- JDB support. DDD now also supports JDB as inferior debugger. All
important J
32 matches
Mail list logo