Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
SlickEdit® / Re: Debugging in SlickEdit
« Last post by Clark on February 17, 2025, 01:35:00 PM »
If Project>Close Workspace is enabled, you have a workspace open that can be closed. Maybe I misunderstood your post "I did this and the Build menu options seem to be the ones referring to a Python project, not a single-file one."
32
SlickEdit® / Re: Debugging in SlickEdit
« Last post by gkl on February 17, 2025, 09:21:18 AM »
I don't think I have any workspace open, this is how I add the file - that would count as a single-file project, would it not?
33
SlickEdit® / Re: slickedit v28.0.2.0 breaking my ssh-agent (Windows)
« Last post by Clark on February 15, 2025, 06:05:23 PM »
Hot fix added to v29.0.1 so that "git" does not get run by default. Also fixed an issue where git gets run even though auto detect has been turned off.
34
SlickEdit® / slickedit v28.0.2.0 breaking my ssh-agent (Windows)
« Last post by jaymmartin on February 15, 2025, 07:13:17 AM »
After much confusion, it seems that slickedit is messing with my ssh-agent.    I use openssh via cygwin for networking.   I also use Git which uses ssh, but only on the command line.  Well, I wanted to use slickedit to only create check in messages on git commits (instead of using vim or notepad).  I do not use slickedit Git integration and have never explicitly enabled it.   I use a file socket pointed to by a user wide SSH_AUTH_SOCK environmental variable.   After doing a (local only) "git commit" and writing a check-in message.  I saw two behaviors in my confused thrashing: either the socket file was deleted with the ssh-agent still running or a duplicate ssh-agent was created with an empty key database.  My brute force solution is to unset SSH_AUTH_SOCK in my run slickedit scripts.   
35
SlickEdit® / Re: Debugging in SlickEdit
« Last post by Clark on February 14, 2025, 07:19:37 PM »
Single file projects are only active when there is no workspace open. You must close your workspace.
36
SlickEdit® / Re: Debugging in SlickEdit
« Last post by gkl on February 14, 2025, 06:58:49 PM »
Dear Clark,

I did this and the Build menu options seem to be the ones referring to a Python project, not a single-file one. The debugger fails with the same error message.

Best Regards,
George
37
SlickEdit® / Re: Debugging in SlickEdit
« Last post by Clark on February 14, 2025, 03:19:14 AM »
Try to rule our a SlickEdit config issue by using a default configuration. Sounds like Python file projects are broken due to a configuration change.

Start with new config like this:

vs -sc c:\temp\newconfigdir
38
SlickEdit® / Re: Debugging in SlickEdit
« Last post by gkl on February 13, 2025, 11:47:25 PM »
Dear Clark,

I uninstalled 3.13 and installed 3.12. If I have the Python file as part of a Python project, I can run the execute command. If I have it as a stand-alone file project, then all commands in the Build menu are greyed out. The debugger fails with the same message as in 3.13 in both cases.

If it helps, these problems started since I tried the Attach Debugger for Python option, but then I uninstalled SlickEdit with the user preferences as well and used a programme (Revo Uninstaller) in order to delete leftovers as well and did a clean re-install as well. Any ideas?

Best Regards,
George
39
SlickEdit® / Re: Debugging in SlickEdit
« Last post by Clark on February 13, 2025, 01:10:13 PM »
What happens if you run an older version of Python?

Make sure you uninstall the newer Python version so SlickEdit doesn't just keep using it.

Not sure what could be going on with the grayed out menu items.
40
SlickEdit® / Re: Debugging in SlickEdit
« Last post by gkl on February 13, 2025, 01:03:34 PM »
Dear Clark,

Made the change, restarted SlickEdit, rebooted the computer, but debugging still fails with the same error message. What else can I try?

Also, when I restarted SlickEdit, I went back to the previous problem with the Execute menu greyed out (as in my other post), so I can no longer run single-file Python projects. Any ideas?

Best Regards,
George
Pages: 1 2 3 [4] 5 6 ... 10