Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Ctrl+Breakon eclipse launched java program
Ctrl+Breakon eclipse launched java program [message #249764] Fri, 23 November 2007 15:43 Go to next message
Eclipse UserFriend
Originally posted by: none.domain.invalid

Hi,

is there a way to type Ctrl+Break for a java Application started from
eclipse ?

Trying to type it in the console didn't work for me.

Many thanks
Re: Ctrl+Breakon eclipse launched java program [message #249771 is a reply to message #249764] Fri, 23 November 2007 16:05 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Name wrote:

> Hi,
>
> is there a way to type Ctrl+Break for a java Application started from
> eclipse ?

Use eclipsec.exe

Dani

>
> Trying to type it in the console didn't work for me.
>
> Many thanks
Re: Ctrl+Breakon eclipse launched java program [message #249775 is a reply to message #249771] Fri, 23 November 2007 16:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.domain.invalid

Daniel Megert a écrit :
> Name wrote:
>
>> Hi,
>>
>> is there a way to type Ctrl+Break for a java Application started from
>> eclipse ?
>
> Use eclipsec.exe

I'm not talking about a threa dump of eclipse, but a thread dump of my
java application launched from "inside" eclipse!

The most likely thing i can do is pausing the application in the "Debug"
view, and copying the stack trace...
Re: Ctrl+Breakon eclipse launched java program [message #249781 is a reply to message #249775] Sat, 24 November 2007 15:03 Go to previous messageGo to next message
Ashkan Roshanayi is currently offline Ashkan RoshanayiFriend
Messages: 5
Registered: July 2009
Junior Member
Name wrote:
> Daniel Megert a écrit :
>> Name wrote:
>>
>>> Hi,
>>>
>>> is there a way to type Ctrl+Break for a java Application started from
>>> eclipse ?
>>
>> Use eclipsec.exe
>
> I'm not talking about a threa dump of eclipse, but a thread dump of my
> java application launched from "inside" eclipse!
>
> The most likely thing i can do is pausing the application in the "Debug"
> view, and copying the stack trace...
Just kill the process in console view. Or am I missing your point? :-?
Re: Ctrl+Breakon eclipse launched java program [message #249803 is a reply to message #249781] Mon, 26 November 2007 09:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.domain.invalid

Ashkan a écrit :
> Name wrote:
>> Daniel Megert a écrit :
>>> Name wrote:
>>>
>>>> Hi,
>>>>
>>>> is there a way to type Ctrl+Break for a java Application started
>>>> from eclipse ?
>>>
>>> Use eclipsec.exe
>>
>> I'm not talking about a threa dump of eclipse, but a thread dump of my
>> java application launched from "inside" eclipse!
>>
>> The most likely thing i can do is pausing the application in the
>> "Debug" view, and copying the stack trace...
> Just kill the process in console view. Or am I missing your point? :-?

Well, killing the process doens't generate a thread dump. I've done it
several times. If you are missing my point, i say it again: let's say my
java application (developped with eclipse and launched from eclipse),
freeze somewhere, i would like to know where, and i need a thrund dump.
Re: Ctrl+Breakon eclipse launched java program [message #249807 is a reply to message #249775] Mon, 26 November 2007 10:16 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Name wrote:

> Daniel Megert a écrit :
>
>> Name wrote:
>>
>>> Hi,
>>>
>>> is there a way to type Ctrl+Break for a java Application started
>>> from eclipse ?
>>
>>
>> Use eclipsec.exe
>
>
> I'm not talking about a threa dump of eclipse, but a thread dump of my
> java application launched from "inside" eclipse!
>
> The most likely thing i can do is pausing the application in the
> "Debug" view, and copying the stack trace...

That's the only way out of Eclipse. There's a tool that allows you get a
trace from the outside (http://www.adaptj.com/root/main/stacktrace).

Dani
Re: Ctrl+Breakon eclipse launched java program [message #249815 is a reply to message #249807] Mon, 26 November 2007 10:53 Go to previous message
Eclipse UserFriend
Originally posted by: none.domain.invalid

Daniel Megert a écrit :
> Name wrote:
>
>> Daniel Megert a écrit :
>>
>>> Name wrote:
>>>
>>>> Hi,
>>>>
>>>> is there a way to type Ctrl+Break for a java Application started
>>>> from eclipse ?
>>>
>>>
>>> Use eclipsec.exe
>>
>>
>> I'm not talking about a threa dump of eclipse, but a thread dump of my
>> java application launched from "inside" eclipse!
>>
>> The most likely thing i can do is pausing the application in the
>> "Debug" view, and copying the stack trace...
>
> That's the only way out of Eclipse. There's a tool that allows you get a
> trace from the outside (http://www.adaptj.com/root/main/stacktrace).

Thnaks !!
Previous Topic:How does the Java editor only spellcheck the comments but NOT the whole doc?
Next Topic:Removing elements from JDT Content- assist
Goto Forum:
  


Current Time: Sat Apr 27 00:32:36 GMT 2024

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

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

Back to the top