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 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   
>> 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. I don’t WANT the remote debugger. I do not NEED the remote 
>>> debugger. How can I rid myself of this incredibly annoying pest? 
>>> 
>>> Bob S
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 after the error. This was an LC bug and is supposed to have been fixed 
but instead of getting a useful error reported from the modal dialog I got the 
unhelpful Remote Debugger message … better than nothing.

If you have a modal dialog try running your stack with the dialog non-modally 
to check this possibility.

Neville Smythe



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 
remoteScriptDebugger, so I could trace it back.

And to further complicate things, once I remove the remoteScriptDebugger, none 
of my regular scripts are failing, unless it is failing silently which lands me 
right where I started.

Anyway, at least I have a workaround.

Bob S


On Dec 11, 2023, at 11:19 AM, J. Landman Gay via use-livecode 
 wrote:

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

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 hasn’t.


Bob S



On Dec 11, 2023, at 8:36 AM, Bob Sneidar  wrote:

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   
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. I don’t WANT the remote debugger. I do not NEED the remote 
debugger. How can I rid myself of this incredibly annoying pest?


Bob S

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 hasn’t. 

Bob S


> On Dec 11, 2023, at 8:36 AM, Bob Sneidar  wrote:
> 
> 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   
>> 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. I don’t WANT the remote debugger. I do not NEED the remote 
>>> debugger. How can I rid myself of this incredibly annoying pest? 
>>> 
>>> Bob S
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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   
> 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. I don’t WANT the remote debugger. I do not NEED the remote 
>> debugger. How can I rid myself of this incredibly annoying pest? 
>> 
>> Bob S
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode