Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Lua Development Tools » Spaces in path causing debug problems?
Spaces in path causing debug problems? [message #872654] Wed, 16 May 2012 14:41 Go to next message
uiy uiy is currently offline uiy uiyFriend
Messages: 56
Registered: May 2012
Member
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 14:43 Go to previous messageGo to next message
Benjamin Cabé is currently offline Benjamin CabéFriend
Messages: 201
Registered: July 2009
Location: Toulouse, France
Senior Member

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 19:30 Go to previous messageGo to next message
uiy uiy is currently offline uiy uiyFriend
Messages: 56
Registered: May 2012
Member
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 19:34 Go to previous messageGo to next message
Benjamin Cabé is currently offline Benjamin CabéFriend
Messages: 201
Registered: July 2009
Location: Toulouse, France
Senior Member

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 07:29 Go to previous message
uiy uiy is currently offline uiy uiyFriend
Messages: 56
Registered: May 2012
Member
Done
Previous Topic:Is Koneki defunct?
Next Topic:Bug in debugger.lua processing files?
Goto Forum:
  


Current Time: Fri Apr 19 10:18:40 GMT 2024

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

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

Back to the top