Accessing webAppOS projects from the outside...
(webAppOS Debugger)
To be able to access projects, set max_users_per_project value in webappos.properties
to at least 3 (for the server, the browser, and the debugger).
Yeah... We have connected to the project
.
Use your JavaScript console to watch web memory (JS window.webmem object):
- Use webmem.classes to find out which classes are there in web memory.
- Use webmem[1234] to get an object or class by the given reference (e.g., 1234).