Re: Get rid of the remote debugger

2023-12-11 Thread matthias rebbe via use-livecode
I meant the extensions folder in the app bundle, just don't mentioned it. Thought that it is clear that all included extensions reside in the app bundle. ;) > Am 11.12.2023 um 17:36 schrieb Bob Sneidar via use-livecode > : > > That is not where the remote debugger lives on MacOS. It is in

Re: Get rid of the remote debugger

2023-12-11 Thread Neville Smythe via use-livecode
Bob: There may be a problem with your code. I believe I have seen the Remote Debugger message when I had a runtime error in a modal dialog. In earlier versions of LiveCode the dialog would fail silently, returning to the stack without reporting any error but actually not executing any code

Re: Get rid of the remote debugger

2023-12-11 Thread Bob Sneidar via use-livecode
See that is the exact problem. Because when enabled, the remoteScriptDebugger says there is an error, but cannot show me where the error is because the script is locked, I have no clue as to what script (if any) is causing the issue. That is why I asked if anyone had the password to the

Re: Get rid of the remote debugger

2023-12-11 Thread J. Landman Gay via use-livecode
If you have a reproducible script it would be something LC probably should know about in a bug report. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 11, 2023 10:43:27 AM Bob Sneidar via use-livecode wrote: Ahah! I

Re: Get rid of the remote debugger

2023-12-11 Thread Bob Sneidar via use-livecode
Ahah! I removed the folder from the application package extensions folder and I no longer get the error! Also, my code is not throwing ANY kind of error, so this is definitely something wrong with the remote debugger or something else that thinks a remote debugger error has occurred when it

Re: Get rid of the remote debugger

2023-12-11 Thread Bob Sneidar via use-livecode
That is not where the remote debugger lives on MacOS. It is in the Application package. I can try to remove it from there and see what happens. Bob S > On Dec 8, 2023, at 4:14 PM, matthias rebbe via use-livecode > wrote: > > Hm, did you already try to delete the folder >

Re: Get rid of the remote debugger

2023-12-10 Thread J. Landman Gay via use-livecode
Oh! Sorry, I thought you were testing on mobile. I don't think you should be getting errors from the remote debugger when you're in the IDE...very strange. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 10, 2023 6:27:33 PM

Re: Get rid of the remote debugger

2023-12-10 Thread Bob Sneidar via use-livecode
The problem is that I am not testing a mobile app. I am simply launching a stack in the IDE. The remote debugger should not even be in the message path. It’s clear there is a problem with my code, but because the Debugger gets in the way I can’t tell where. Sent from my iPhone > On Dec 10,

Re: Get rid of the remote debugger

2023-12-10 Thread J. Landman Gay via use-livecode
You can just turn it off when testing mobile and restore it when back in the IDE. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 10, 2023 4:02:01 PM Bob Sneidar via use-livecode wrote: I will try the suggestions, however I

Re: Get rid of the remote debugger

2023-12-10 Thread Bob Sneidar via use-livecode
I will try the suggestions, however I use the IDE debugger extensively so that is not an option. Sent from my iPhone > On Dec 9, 2023, at 05:35, Paul Dupuis via use-livecode > wrote: > > For what it's worth, I sometime get these errors. I develop on Windows 11 > (x64) using LC 9.6.11 and

Re: Get rid of the remote debugger

2023-12-09 Thread Paul Dupuis via use-livecode
For what it's worth, I sometime get these errors. I develop on Windows 11 (x64) using LC 9.6.11 and do not develop for mobile or web, so no remote debugging. I do not want to get rid of (remove) or turn off script debugging. I use the script debugger all the time. There is some recipe, that I

Re: Get rid of the remote debugger

2023-12-08 Thread J. Landman Gay via use-livecode
Piggy backing... Did you try turning off script debugging from the development menu? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 8, 2023 6:16:57 PM matthias rebbe via use-livecode wrote: Hm, did you already try to

Re: Get rid of the remote debugger

2023-12-08 Thread matthias rebbe via use-livecode
Hm, did you already try to delete the folder Extensions/com.livecode.library.remotedebugger in the Livecode Extensions folder? > Am 09.12.2023 um 00:42 schrieb Bob Sneidar via use-livecode > : > > I occasionally get the dreaded error in remote debugger stack is password > protected issue.