-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: Arguments to path.resolve must be strings #8
Comments
Same here: Atom Version: 1.0.2 Stack TraceUncaught TypeError: Arguments to path.resolve must be strings
Commands
Config{
"core": {
"audioBeep": false,
"themes": [
"atom-dark-ui",
"atom-light-syntax"
]
}
} Installed Packages# User
atom-debugger, v0.1.4
debugger, v0.0.1
latex, v0.25.0
texlicious, v0.4.4
# Dev
No dev packages |
Same error here, makes the plugin unusable i'm afraid :( |
Same error... |
@xndcn Thanks for your quick reply! I tried with entering the full path but i'm still getting the same error. I put /home/ocalinde/projects/asdf/go (where "go" is my executable) but i'm still getting the same error. Also tried without the binary name and i get the same result. Am i still doing something wrong maybe? Thanks again for the quick reply. I think this plugin has great potential and i'd really like to use it! |
I also used the full path to the executable and got the error... |
Also used the full path @xndcn BTW, are you still working on this package? |
Sorry, my fault... |
@yotamN I'm too busy to working on it these days... It's very kind of you that you can help to improve this! |
Great, thank you! That was actually causing the problem! 👍 It makes sense to not allow debugging without symbols, and with the additional check it will be easier to locate the source of the problem. |
I inserted a path and it's returned this, the path is
/home/yotam/MEGA/Magshimim/C10/test
I tried to change the file name to have a file type in his name (test.out) and it's still doesn't work.
The text was updated successfully, but these errors were encountered: