Debugging Jmp applications
Are there some tricks how to debug a Jmp application? I guess the defailt way to do so is something like:Use the Jmp debugger, add breakpoints, let the application code run and stop at the breakpoint, then check what is happening step by step ... When I have to debug non-Application JSL code, I like it to have the freedom to run whatever code in the script at any time.E.g. remove the modal setting...