At 06:17 PM 1/31/00 +0000, Mark Gibson wrote:
>JDE 2.1.6beta16
>IBM JDK 1.2.2-RC2
>GNU Emacs 20.3.1
>Red Hat Linux 6.0 (kernel 2.2.12)
>
>Hi,
>   When stepping into a constructor using JDEbug, quite often,
>I am taken to ClassLoader.java, which can get annoying.
>Is there anyway of avoiding this,
>eg. by specifying a list of classes that will not be jumped into.
>

Not currently and I can't think offhand of a sensible way to implement such
a feature. For example, what should the debugger do when it jumps into a
class that doesn't interest you? Should it just keep stepping until it
emerges into some other class.? I'm not sure this is desirable.

- Paul

Reply via email to