Me Again,
> It was easy to reproduce the problem, and to find a hack:
> just put double-quotes around the debug.target:
>
> debug.target="c:\Program Files\SciTE Test\test1.exe"
>
> But here's the proper fix! In gdb.lua, after line 273
> where the target has just been discovered, insert:
>
> if find(target,"%s") and sub(target,1,1) ~= '"' then
> target = '"'..target..'"'
> end
I've not had an issue with spaces in the debug.target, the problem I'm
having is with spaces in SciTEDefaultHome, so my wscite directory
(containing SciTE.exe), needs to be in a path that doesn't contain
spaces (i.e. right off the root).
I just realized when reading through my responses that I wasn't clear
about this, the problem is if debug.home contains spaces.
Chris
--
Chris Sutcliffe
http://ir0nh34d.googlepages.com
http://ir0nh34d.blogspot.com
http://emergedesktop.org
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest