Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Best Way to Run Multiple Debugger Sessions ?
Best Way to Run Multiple Debugger Sessions ? [message #134377] Tue, 13 January 2004 18:14 Go to next message
Eclipse UserFriend
Originally posted by: swenjohnson.yahoo.com

My application uses a pair of JVMs, with multiple threads on each. Each
JVM is running essentially the same set of application classes.

To keep my sanity, I'd like to establish a separate remote debugging
session with each JVM, such that each session runs in a separate window.

The only way I know to do this is to replicate the projects of interest
into separate workspaces, and then invoke "eclipse" once for each
workspace.

Is there a better way ?


-- Swen
Re: Best Way to Run Multiple Debugger Sessions ? [message #134463 is a reply to message #134377] Wed, 14 January 2004 03:38 Go to previous messageGo to next message
Eclipse UserFriend
AFAIK, you can debug more than one application from within eclipse at
one time. Just start all your applications from within eclipse and you
will see them both in the debug window, be able to step through them etc.

-tom

Swen Johnson wrote:
> My application uses a pair of JVMs, with multiple threads on each. Each
> JVM is running essentially the same set of application classes.
>
> To keep my sanity, I'd like to establish a separate remote debugging
> session with each JVM, such that each session runs in a separate window.
>
> The only way I know to do this is to replicate the projects of interest
> into separate workspaces, and then invoke "eclipse" once for each
> workspace.
>
> Is there a better way ?
>
>
> -- Swen
>
>
Re: Best Way to Run Multiple Debugger Sessions ? [message #134629 is a reply to message #134377] Wed, 14 January 2004 09:21 Go to previous messageGo to next message
Eclipse UserFriend
The debug view shows all active debug sessions/running applications launched
from an Eclipse runtime. Currently, there is no way to filter the targets
shown within a debug view.

Darin

"Swen Johnson" <swenjohnson@yahoo.com> wrote in message
news:bu1u5j$mag$1@eclipse.org...
> My application uses a pair of JVMs, with multiple threads on each. Each
> JVM is running essentially the same set of application classes.
>
> To keep my sanity, I'd like to establish a separate remote debugging
> session with each JVM, such that each session runs in a separate window.
>
> The only way I know to do this is to replicate the projects of interest
> into separate workspaces, and then invoke "eclipse" once for each
> workspace.
>
> Is there a better way ?
>
>
> -- Swen
>
>
Re: Best Way to Run Multiple Debugger Sessions ? [message #134655 is a reply to message #134629] Wed, 14 January 2004 10:01 Go to previous message
Eclipse UserFriend
Originally posted by: markus_keller.ch.ibm.spam.protect.com

If you don't mind seeing the other target in both debug views, you could
also try it with a second workbench window. Choose menu 'Window > New
Window' to get two windows from one eclipse instance.

In the second window, you could even save the perspective with a different
name to help distinguishing the two windows in your favorite window manager.

Markus

Darin Wright wrote:

> The debug view shows all active debug sessions/running applications launched
> from an Eclipse runtime. Currently, there is no way to filter the targets
> shown within a debug view.
>
> Darin
>
> "Swen Johnson" <swenjohnson@yahoo.com> wrote in message
> news:bu1u5j$mag$1@eclipse.org...
>
>>My application uses a pair of JVMs, with multiple threads on each. Each
>>JVM is running essentially the same set of application classes.
>>
>>To keep my sanity, I'd like to establish a separate remote debugging
>>session with each JVM, such that each session runs in a separate window.
>>
>>The only way I know to do this is to replicate the projects of interest
>>into separate workspaces, and then invoke "eclipse" once for each
>>workspace.
>>
>>Is there a better way ?
>>
>>
>>-- Swen
>>
>>
>
>
>
Previous Topic:Eclipse & Ant [HELP]
Next Topic:Setting appropriate classpaths in Linux version
Goto Forum:
  


Current Time: Fri Sep 19 09:35:04 EDT 2025

Powered by FUDForum. Page generated in 0.03697 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top