At 07:20 AM 9/21/00 +0200, you wrote:
[snip]
>3. using oldjdb the following happens
>Initializing jdb...
>> Deferring breakpoint de.fhg.isst.tools.corba.CreateAccessor.main.
>It will be set after the class is loaded.
>> run de.fhg.isst.tools.corba.CreateAccessor
>>
>VM Started: Set deferred breakpoint request
>de.fhg.isst.tools.corba.CreateAccessor:57
>but no prompt is shown
>
This is the behavior that the JDE exhibits when it uses the the old jdb
interface to interface to the new jdb. This could happen, for example, if
you have the JPDA bin directory ahead of the JDK directory in your command
path. If so, your system will use the new jdb instead of the old jdb that
comes with JDK 1.2.2. The solution is to use the new jdb interface by
selecting jdb instead of oldjdb as the value of jde-db-debugger. Please see
the doc for that variable for more information.
I have verified that the JDE works just fine with the new jdb in the JPDA
package on Solaris.
- Paul