Bug 379786 - [debugger] Space in path name causes debugger to fail
Summary: [debugger] Space in path name causes debugger to fail
Status: RESOLVED FIXED
Alias: None
Product: LDT
Classification: Tools
Component: LuaDevelopmentTools (show other bugs)
Version: 0.8   Edit
Hardware: PC Windows Server 2008
: P3 major
Target Milestone: 0.9 M1   Edit
Assignee: Simon Bernard CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2012-05-17 03:28 EDT by uiy uiy CLA
Modified: 2012-06-29 11:54 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description uiy uiy CLA 2012-05-17 03:28:29 EDT
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.
Comment 1 Simon Bernard CLA 2012-06-29 10:41:57 EDT
fixed in HEAD : 178a100da3b1e024a6bf37b320e90a0a252289eb
Comment 2 Benjamin Cabé CLA 2012-06-29 11:54:11 EDT
Uiy uiy, can you confirm the bug is fixed in the latest nightly build by updating your LDT environment?

Thx!