Has anyone been able to get SublimeGDB to work with ST3, build 3047 x64?
I am running Win 7 64 bit
I get the following error on trying to launch debugger
[quote]Traceback (most recent call last):
File “X/subprocess.py”, line 1090, in _execute_child
NotADirectoryError: [WinError 267] The directory name is invalid
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “C:\SublimeText3\sublime_plugin.py”, line 526, in run_
return self.run()
File “sublimegdb in C:\Users\kaubansa\AppData\Roaming\Sublime Text 3\Installed Packages\SublimeGDB.sublime-package”, line 1572, in run
File “X/subprocess.py”, line 818, in init
File “X/subprocess.py”, line 1096, in _execute_child
NotADirectoryError: [WinError 267] The directory name is invalid[/quote]