Developer freezes using Git

zakko

Member³
Precondition:
- Using latest Git version (https://github.com/git-for-windows) on a Win10 machine (not set up via Developer under Prefernces > Files > Version Control > Git)
- No global Git tweaks or any fancy repo configuration, just a clean local Git installation
- Accessing a *.pls file in a repository provided on a mapped remote drive

Issue:
While coding in the given file, Developer freezes for ~10 to 20s every time a few characters of new code are typed. It's supposed to be Git-related, because this odd behavior started right after setting up the repo and tracking changes with Git.

It would be nice to get some insights what's the difference to add Git information in the Developer preferences or not and what's happening under the hood if or if it's not there?
 
Last edited:
PL/SQL Developer does not access git when typing. To obtain some more diagnostic information, can you modify the PL/SQL Developer shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer 14\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer 14 directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 14).
 
Back
Top