Skip to main content



      Home
Home » Archived » Lua Development Tools » Spaces in path causing debug problems?
Spaces in path causing debug problems? [message #872654] Wed, 16 May 2012 10:41 Go to next message
Eclipse UserFriend
When trying to debug a project with a space in the path the following happens:

A blank window pops up with what is probably suppose to be the source code I'm stepping through with the test "dbgp source lookup". When I "resume" the code I get the following error(actually more than once) in the console

"DEBUGGER ERROR Command source caused: (100) d:/projects/programming/lua/lua%20library/debugtest.lua: No such file or directory"

which seems like an issue with spaces. My guess is the debugger is trying to find the

Removing the space from the path gets it to work.

Re: Spaces in path causing debug problems? [message #872655 is a reply to message #872654] Wed, 16 May 2012 10:43 Go to previous messageGo to next message
Eclipse UserFriend
That looks like a problem with spaces indeed... Can you please confirm that the exact same use case works fine if e.g. you use this path: "d:/projects/programming/lua/lua_library/debugtest.lua"?
Thanks very much!
Ben.
Re: Spaces in path causing debug problems? [message #872767 is a reply to message #872655] Wed, 16 May 2012 15:30 Go to previous messageGo to next message
Eclipse UserFriend
Yes, that is how I got my project to work. I didn't use _ but just remove the space. Haven't had any issues since.
Re: Spaces in path causing debug problems? [message #872768 is a reply to message #872767] Wed, 16 May 2012 15:34 Go to previous messageGo to next message
Eclipse UserFriend
OK... Would you mind opening a bug in LDT's bugzilla so as we can track the problem?
Thank you!
Re: Spaces in path causing debug problems? [message #872960 is a reply to message #872768] Thu, 17 May 2012 03:29 Go to previous message
Eclipse UserFriend
Done
Previous Topic:Is Koneki defunct?
Next Topic:Bug in debugger.lua processing files?
Goto Forum:
  


Current Time: Sun Jul 06 07:55:02 EDT 2025

Powered by FUDForum. Page generated in 0.04027 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top