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.

There is no "input.txt" file in the solution directory!

See original GitHub issue

Same as issue #17 - Can’t seems to make it work. I tried updating the version to 1.9.2 but it didn’t work. Tried with node v16.18.1 and node v19.2.0 Working on macOS Monterey, Intel i5 processor.

Can you please have a look? thanks! 🙏🏼

Issue Analytics

  • State:open
  • Created 9 months ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
itaykatanovcommented, Dec 9, 2022

I may have found the issue…my project resided within a folder with a blank space ( ) in her name (i.e. my folder). The response of getFilesTrace encodes blank space to %20 (/User/my%20folder/aocrunner...), so apparently my machine doesn’t recognize it, instead it only escapes blank space: my\ folder.

Not sure why this is, but I just remove the blank space from the folder name and it seems to be working…thanks!

See this: https://superuser.com/questions/981728/how-can-i-write-space-in-terminal-on-os-x

0reactions
caderekcommented, Dec 9, 2022

Thanks, I will keep this open to see if I can prevent it from happening.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I am having trouble opening a .txt file in my C++ program
So solution could be either set working directory to where numbers.txt is located (or move nubers.txt there), or use relative path something ...
Read more >
How to set up input and output files for Visual Studio, CLion ...
This video will show you how to set up command line arguments in Visual Studio, CLion, and Xcode.
Read more >
Where To Add a Text File in Visual Studi - C++ Forum
When the program has run search for "Out File Test.txt" and see where it is at. Put your input file in the same...
Read more >
C++ debugger can't find input file, regardless of location - MSDN
I have an input file that's turned into an ifstream object. When I run the program without debugging, it's found fine.
Read more >
Java Program to Read Content From One File and Write it into ...
FileReader fr = new FileReader( "gfgInput.txt" );. // FileReader will open that file from that. // directory, if there is no file found...
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