The problem was not actually related to the debugger. I accessed the application via $URL/app_dir, and the debug version of the application via $URL/app_dir/app_debug.swf
This actually caused the problem. The the former loaded some HTML/javascript embed tools first, while the latter swf was loaded directly into the browser. I have noticed that the latter application does not load included views. This worked several versions ago. Why the standard HTML + javascript wrapper is important for includes? I use solo mode, and views are compiled into the swf -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 On Thu, Jun 2, 2011 at 9:12 AM, Alexei Fedotov <[email protected]> wrote: > Thank you, folks > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > > > On Thu, Jun 2, 2011 at 4:13 AM, P T Withington <[email protected]> wrote: >> On 2011-06-01, at 18:10, Alexei Fedotov wrote: >> >>> Hi folks, >>> >>> OpenLaszlo debug console stopped to work for me. I have deleted some >>> OpenLaszlo files from the distribution (why? because we store these >>> files in our svn), still the compilation successfully passed. >>> >>> Does openlaszlo debugger require OpenLaszlo servlet on the server >>> side? Are there any hints to debug the debug? >> >> The debugger needs the servlet to evaluate complex expressions in the swf >> runtimes, but otherwise should work correctly without the servlet. Without >> the servlet, the debugger can only evaluate simple expressions like >> `a.b[c].d`, and it will still inspect objects using the context menu. > -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
