- This topic has 3 replies, 3 voices, and was last updated 17 years ago by jcristini.
-
AuthorPosts
-
jayneMemberI am doing the AJAX Debugging tutorial. I opened the MyEclipse Web2.0 Browser. The icon in the toolbar for the MyEclipse Web2.0 Browser is on the toolbar, but the icon for the Instant-On Debug button is not.
I have right-clicked the toolbar and gone to ‘customize perspective’ and selected ‘MyEclipse-Web2.0Tools’. The debugging icon is visible under ‘Toolbar details’ with the little yellow bug and ‘Start debugging the current webpage…’. But when I check the box, it still doesn’t appear on the toolbar.
Also, I can’t use the MyEclipse WEb2.0 Browser to view non-local sites. I think that I read elsewhere that this is because I’m behind a proxy?
jayneMemberAnd here is my configuration:
*** Date:
Monday, 19 February 2007 05:08:04 PM EST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.0 GA
Build id: 20061111-5.1.0-GAEclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060921-0945Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Eclipse 3.2.1\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
7e4_54
-vmargs-Xmx1024m
-product
com.genuitec.myeclipse.product.ide
-clean
-vm
C:\WINDOWS\system32\javaw.exe
GregMemberYou are correct, the Web2.0 browser does not support proxy configuration just yet. So is the “instant on” action not shown or just not enabled?
The instant on debugging is just a conveinence for our users. You can debug a webpage in the web20 browser without using the instant on features. You can do that with the following:
1. Go to Run > Debug…
2. Right click javascript application and choose new
3. Select your project that contains any sources for your website
4. Add the entry url for you application into the “launch url”.
5. Press debug.Hope this helps.
jcristiniMemberHi,
I just installed Version 6.0.1 GA build 200710 and I do not have the “instant on” button at all. I looked at some of the tutorials and this functionality would be great to have. Does anyone know why I might not have this button?
thanks,
J -
AuthorPosts