Use the menu option:
JDEbug -> Processes -> Remove Dead Processes
On Thu, 23 Mar 2000, John Olsson wrote:
> Does anyone know if (and if so how) I can force JDE to reuse the buffers
> it creates when a JDebug session starts?
>
> I.e. each time I debug the class foo.HelloWorld, the buffers
>
> foo.HelloWorld(4711) Local Variables
> foo.HelloWorld(4711) Threads
> foo.HelloWorld(4711) CLI
> Process foo.HelloWorld(4711)
>
> are created... And they are not removed when the debugging session
> finishes, so I have to manually remove them. :|