Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Eclipse doesn't stop at break point
Tao Zhou
OScript is running for Remote Cache Server 10.5.0 without problem, butEclipse doesn't stop at break point that I set, I see some error log asbelow, Required filterorg.eclipse.ui.navigator.resources.filters.workingSet is not present.Working set support will not function correctly. Builder called beforeContent Server initialized. Anyone know how to fix this issue? Thanks,Tao
Find more posts tagged with
Comments
Darcy_Casselman
Hi Tao,
You should do a clean build.
Breakpoints are stored in the ospace, and they are occasionally deleted but not re-added, even though the Eclipse breakpoint marker is still on the file.
Doing a clean build of your ospace (Project > Clean...) will re-create the .oll and add back all the breakpoints.
Darcy.
From:
eLink Entry: Content Server IDE Development Forum [contentserver-ide@elinkkc.opentext.com]
Sent:
Wednesday, February 26, 2014 4:21 PM
To:
eLink Recipient
Subject:
Eclipse doesn't stop at break point
Eclipse doesn't stop at break point
Posted by
tzhou@opentext.com
(Zhou, Tao) On 02-26-2014 16:18
OScript is running for Remote Cache Server 10.5.0 without problem, butEclipse doesn't stop at break point that I set, I see some error log asbelow, Required filterorg.eclipse.ui.navigator.resources.filters.workingSet is not present.Working set support will not function correctly. Builder called beforeContent Server initialized. Anyone know how to fix this issue? Thanks,Tao
[To post a comment, use the normal reply function]
Forum:
Content Server IDE Development Forum
Content Server:
Knowledge Center
var new_nav = new function() {};var x;var old_navigator = window.navigator;for (x in navigator) {if (typeof navigator[x] == 'function') {eval("new_nav." + x + " = function() { return old_navigator." + x + "();};");} else {eval("new_nav." + x + " = navigator." + x + ";");}}new_nav.userAgent = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120427 Firefox/15.0a1";new_nav.vendor = "Mozilla, Inc.";window.navigator = new_nav;var new_nav = new function() {};var x;var old_navigator = window.navigator;for (x in navigator) {if (typeof navigator[x] == 'function') {eval("new_nav." + x + " = function() { return old_navigator." + x + "();};");} else {eval("new_nav." + x + " = navigator." + x + ";");}}new_nav.userAgent = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120427 Firefox/15.0a1";new_nav.vendor = "Mozilla, Inc.";window.navigator = new_nav;
Tao Zhou
Hi Darcy, I try to Clean, Build All, reset break point, but no lucky,still doesn't work. Thanks, Tao