-
Notifications
You must be signed in to change notification settings - Fork 48
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
Elixir Plugin for Jetbrains cannot debug projects with ecto-sqlite3 #161
Comments
You mentioned it here as well elixir-sqlite/exqlite#320. Just linking these together so there's a trail. I honestly don't know. Is there a repository we can check out or where this is able to be recreated reliably? |
That one disappeared off my radar and I had quite forgotten that I'd already filed it. And it does seem more likely to be on that side... I'm reasonably sure a blank phx.gen project will trigger this. I'll confirm that and post my findings over there. |
@jdmarshall what OS is this running on? |
Oh, I didn’t say. macOS Sonoma And Webstorm if that matters. |
@jdmarshall can you chuck You'll need to make sure you have |
After restarting webstorm, same error. Things that work:
Things that don't work: https://hexdocs.pm/ecto/getting-started.html Followed the instructions down to https://hexdocs.pm/ecto/getting-started.html#creating-the-schema At this point I now get the error. And in case I missed some subtle step or order of operations: |
I've never messed with webstorm, but your
Does webstorm build and run from the |
Do you guys have any advice I could offer the maintainer on what this error means? Or is there anything on your end that could be done?
This repeats about half a dozen times and then the debugger exits after:
This is on Elixir 1.18.2 (compiled with Erlang/OTP 26)
The text was updated successfully, but these errors were encountered: