- This topic has 4 replies, 3 voices, and was last updated 16 years ago by
Loyal Water.
-
AuthorPosts
-
sehlerding83MemberHi support,
I recognized a problem while debugging an application. My apllication is deployed to jboss and the server is running in debug mode. I set multiple breakpoints that are hit time after time but MyEclipse Blue isn’t focused when a breakpoint is hit.
First I thought this is a missing configuration detail. But I looked up Window -> Preferences -> Run/Debug and the associated options “Activate the workbench when a breakpoint is hit”, “Active the debug view when a breakpoint is hit” are enabled. So is this a known bug?Another issue I wanted to ask concerns the configuration of MyEclipse Blue. With the argmument “-configuration” I defined another path for the configuration then the installation directory. That works fine but as i recognized the configuration needs more and more space. At the moment my configuration needs 173MB. Is it possible to decrease this value?
Best regards,
sehlerdingInstallation Summary:
*** Date:
Mittwoch, 6. Mai 2009 14.28 Uhr CEST** System properties:
OS=Windows2003
OS version=5.2.0
Java version=1.5.0_17*** MyEclipse details:
MyEclipse Blue Edition
Version: 7.0 Blue
Build id: 7.0-Blue-20081201*** Eclipse details:
MyEclipse Blue EditionVersion: 7.0 Blue
Build id: 7.0-Blue-20081201Eclipse Platform
Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
Build id: M20080911-1700Eclipse Java Development Tools
Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
Build id: M20080709-0800Eclipse Graphical Editing Framework GEF
Version: 3.4.1.v20080806-67718083A56B4H2A3213573
Build id: 200809101400Eclipse RCP
Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
Build id: M20080703-0800Eclipse Plug-in Development Environment
Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
Build id: M20080703-0800Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
E:\iis\APPL\MyEclipseBlue\myeclipse-blue.exe
-name
Myeclipse-blue
–launcher.library
E:\iis\APPL\MyEclipseBlue\Genuitec\Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
E:\iis\APPL\MyEclipseBlue\Genuitec\Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-configuration
Z:\config.x64\anwendungsdaten\.myEclipseBlue\MYECLIPSEBLUE_7_0_CCC_01_configuration
-showlocation
-vm
C:\Programme (x86)\Java\jre1.5.0_17\bin\client\jvm.dll
Loyal WaterMembersehlerding ,
What version of JBoss are you working with? I’ll file this for investigation.
Ton HuismanMemberThis is a Windows feature, it doesn’t allow for applications to get ‘on top’ of other applications, although it’s not impossible, it’s not easy to achieve. This also manifests itself when running an application from it’s installer, the app is often ‘hiding’ behind Windows Explorer.
I assume that the MyEclipse taskbar button is flashing, and the Debug view is activated?HTH
Ton
sehlerding83MemberHi,
thanks for you replies. We use JBoss Version 4.0.5.
@huisma13: Unfortunately none of the things you mentioned happen. Neither the tahskbar butten is flashing nor the debug view is activated. My Application is waiting with an hourglass showing. So the breakpoint was detected but MyEclipse isn’t flashed or focused.greets,
sehlerding
Loyal WaterMemberTon is correct, the behavior to have the window come to the top and steal focus is workbench-dependent. MyEclipse doesn’t augment this behavior so at the least it would be a bug in the platform at the most it wouldn’t be supported by the Eclipse platform or the window manager of the current OS won’t allow it to steal focus (e.g. Mac does this)
-
AuthorPosts