Re: Remote debugger error message

2023-07-02 Thread Paul Dupuis via use-livecode
I got this error in a new install of LC969 on a brand new Windows 11 HP laptop. After I quit LC and started it again, I have not seen the error. I think there may have been some Windows notification that appeared but went away before I could do anything in the standard Win10/11 Notifications

Re: Remote debugger error message

2023-07-02 Thread J. Landman Gay via use-livecode
I've seen the same error more than once but it's a bit random and I don't know what triggers it. It's only in the IDE so far, even though I've included the remote debugger in the standalone. Funny that it should occur in the IDE when the remote debugger isn't active. The remote debugger in the

Re: Remote debugger error message

2023-07-02 Thread David Epstein via use-livecode
panagiotis m asked: @david How do you trigger this error? Could you provide a recipe? With the stacks that trigger the error it is hard to troubleshoot them without triggering the error. So I’m starting with an entirely new stack, and will report if I encounter the problem. I suspect the probl

Re: Remote debugger error message

2023-06-30 Thread panagiotis m via use-livecode
Hello all, @mike The revdebuggerlibrary.livecodescript is not the remote debugger - it is the IDE debugger for the script editor. The remote debugger is a protected stack and it is not present in the repo. @david How do you trigger this error? Could you provide a recipe? Kind regards, Panos --

Re: Remote debugger error message

2023-06-30 Thread Mike Kerner via use-livecode
ugh. you could try removing the remote debugger from your inclusions and including the OSS version: https://github.com/livecode/livecode-ide/blob/ccc733a1539ed2e313abe649b38b83e9fddd1541/Toolset/libraries/revdebuggerlibrary.livecodescript you may also be able to edit the livecode bundle, removing t

Remote debugger error message

2023-06-29 Thread David Epstein via use-livecode
I’ve just started using LiveCode 9.6.9 and 10.0.0 DP 5 on two Intel Macs, and can do very little without getting this error message: “There was an error executing a script in stack com.livecode.library.remotedebugger. No more information is available because the stack is password protected.”