question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Paths with spaces not supported

See original GitHub issue

Currently, a Windows-style path with a space is matched as separate paths. One possible fix for this is by allowing spaces in the URL pattern’s path subgroup.

See PR #27

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
mahadicommented, Feb 11, 2020

Any news on this. Actually this is a must have feature. At least wrapping in quotes should be supported.

2reactions
holycrepecommented, Oct 11, 2017

Yes I agree. Perhaps we should allow for user-defined regex patterns?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spaces in project path not supported · Issue #569 - GitHub
Just rename any exisiting project directory and put a space anywehere -> broken. Workarround - add to settings.json.
Read more >
Spaces in file path not working with @ or \" (C#) - Stack Overflow
public string importMusicLocation = @"C:\Program Files\Automation Toolbox\Scripts\Music_Import.ps1";. Then I launch a powershell process and ...
Read more >
Long filenames or paths with spaces require quotation marks
Long filenames or paths with spaces are supported by NTFS in Windows NT. However, these filenames or directory names require quotation marks ...
Read more >
Build Process Support for File and Folder Names - MathWorks
Limitations: Build process does not support spaces in the path to these folders for: NTFS file system with short path name support disabled....
Read more >
How To Deal With Spaces in Paths on Mac and Linux - Medium
These work because the whole path is enclosed in a quoted string which tells the shell not to split it up. When the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found