Hello, I am currently doing javascript tests and I need to debug, I tried several approaches to no avail: console.println ("debug"); -> when i click on F5 nothing is displayed anywhere, what is it supposed to do? xfa.host.messageBox ("This is a message", "This is a title", 3, 1); -> when i click on...