-
quindip: unhide the hidden input
this time just a reference I deem important: Unhiding the hidden ‘hidden input’ control in XPages kudos to Declan Sciolla-Lynch
-
quindip: use step filters while debugging
To speed up debugging you can use step filters. Step filters effectively filter out all classes you are not interested in while you debug. Use step filters: Setup step filters (in preferences): That way you need not to use Step return or Step over too many times
-
quindip: use ctrl F8 to switch perspectives
so you read my article about how easy it is to debug xPages and now get stuck in the debug perspective all the time but you would like to checkout your code etc? simple: use <ctrl><F8> to switch perspectives. If you open first all those perspectives you don’t need and close them via WindowClose Perspective…