Latest #debugging Threads Top

brainlid
Episode 301 of Thinking Elixir. News includes Phoenix LiveDebugger hitting v1.0 with an interactive tour to go along with it, LiveStash v...
New
brainlid
Episode 287 of Thinking Elixir. News includes Arcana, a new RAG library for Phoenix that adds vector search and AI Q&A using Postgres...
New
maqnius
Hey there, after managing to get my little side project running and deployed I wanted to try out BEAM’s inspection features. But someho...
New
tugayac
Hey folks :waving_hand:, I’m one of the maintainers of the Lotus Web library and we had a request to add i18n support for the library. T...
New
brainlid
Thinking Elixir 260: Cheaper testing with AI? Episode 260 of Thinking Elixir. News includes LiveDebugger v0.3.0 with enhanced debugging ...
New
brainlid
Thinking Elixir 249: LiveDebugger: Peering Inside a LiveView Episode 249 of Thinking Elixir.News includes Phoenix 1.8.0-rc release with ...
New
Raathmd
The step where previous_names are added is now preventing the save of an artist. The artist table has the migrated field and the change ...
New
kraleppa
I’m happy to announce LiveDebugger v0.1.0! :mega: LiveDebugger is a browser-based tool for debugging LiveView applications, designed to ...
New
brainlid
Episode 242 of Thinking Elixir. News includes exciting updates to Phoenix gen_auth with magic links and sudo mode security features, a co...
New
brainlid
News includes the release of LiveDebugger, an exciting new browser-based debugging tool for Phoenix LiveView applications and the announc...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

kraleppa
I’m happy to announce LiveDebugger v0.1.0! :mega: LiveDebugger is a browser-based tool for debugging LiveView applications, designed to ...
New
tugayac
Hey folks :waving_hand:, I’m one of the maintainers of the Lotus Web library and we had a request to add i18n support for the library. T...
New
brainlid
Episode 287 of Thinking Elixir. News includes Arcana, a new RAG library for Phoenix that adds vector search and AI Q&A using Postgres...
New
brainlid
Episode 301 of Thinking Elixir. News includes Phoenix LiveDebugger hitting v1.0 with an interactive tour to go along with it, LiveStash v...
New
brainlid
Thinking Elixir 260: Cheaper testing with AI? Episode 260 of Thinking Elixir. News includes LiveDebugger v0.3.0 with enhanced debugging ...
New
maqnius
Hey there, after managing to get my little side project running and deployed I wanted to try out BEAM’s inspection features. But someho...
New

Last Three Year's Trending Top

kelvinst
Hey guys! Here is something I’m thinking lately: why not setting config :logger, level: :debug in prod env? The point would be to have m...
New
nietaki
Rexbug is the Elixir wrapper for the :redbug Erlang tracing debugger. Redbug has been around forever and it has some nice features (it is...
New
emilsoman
Hello, While answering a StackOverflow question on how to debug an elixir node running remotely, I thought it may be helpful to write a...
New
dogweather
dbg() is one of my favorite Elixir features: placing it somewhere in a pipe of function calls outputs all the intermediate results. It’s ...
New
devployment
Is the Compute Module 5 supported? Currently playing around with a CM5 and IO Board. Tried a new project with MIX_TARGET=rpi5 mix firmwar...
New
user20230119
Phoenix app in a Docker container is filling log with this in production on an Azure Web App. Another post suggested hackney and httpois...
New
binarypaladin
When I am not touching front-end code, I pretty much live in the testing environment when doing development. I almost never drop into to ...
New
Raathmd
The step where previous_names are added is now preventing the save of an artist. The artist table has the migrated field and the change ...
New
PJUllrich
I’m currently working on a presentation about Phoenix LiveView and would love to show how LiveView tracks changes. @chrismccord has a ver...
New
pertsevds
How can I use Iex helpers in VS Code Elixir-LS without typing full module name every time. I want to use a simple pid("0.352.0"). But r...
New
FatigueDev
Preface ~ NIFs are rough as heck to debug properly. So you’ve created a NIF with a decent amount of complexity and have resorted to using...
New
justincy
There isn’t public documentation for this but erlang actually has a ssh_dbg module that can be used to enable verbose ssh debug logging. ...
New
akraut
Hey folks, I’m trying to use Ecto with Neon’s hosted Postgres service. Notably, this necessitates the use of SNI to connect to the right ...
New
easco
I have a process, using gen_statem, which was crashing (and being restarted by a supervisor) because of an unhandled exception. When I f...
New
fahani
Hello! I am a PHP and Go developer. This weekend I wanted to give it a try to Elixir & Phoenix but I run into some debugging issues ...
New

Trending Over Three Years Top

pillaiindu
Hi Everyoen, I am reading the book Programming Phoenix and I faced the following error when I wrote the code example up to page 45. fun...
New
Harrygr
I’m trying to set up a nice debugging experience in my pretty bog-standard Phoenix app using VSCode and ElixirLS. Currently it kind of wo...
New
febeling
I have the idea to use the (Erlang) debugger to debug my Elixir tests, using breakpoints set via the UI and stepping through code by line...
New
awful_waffle
Hello! I recently discovered the --warnings-as-errors flag and strongly prefer the workflow of being blocked by compiler warnings. Warni...
New
tsuyoshi84
I’ve been trying to debug just a simple Phoenix application with IntelliJ, but it doesn’t work. Firstly, I created a “hello” Phoenix app...
New
pfitz
Coming from Objective-C/Swift/PHP/Java I am used to a full IDE for my projects. The one thing I miss the most is a good debugger. So far ...
New
oboudry
Hi, I'm reading the Pragmatic Programmer's book "Programming Phoenix 1.0", but adapting the code examples to Phoenix 1.3. Also it's a b...
New
nonware
Hello! An Elixir neophyte here. I’d like to debug my code using VS Code. I saw in the ReadMe for ElixirLS you can sink breakpoints for on...
New
trivialcase
I have a piece of code that gets executed on successful user signin, and everything seems to work fine, except that one of my assigned va...
New
shaheenery
Continuing the discussion from Stacktraces being cut off: Thank you for sharing this snippet and the link. I’m wondering if there is a ...
New
tomekowal
I have code like this (but bigger) defmodule WithStacktrace do def hello do with {:ok, _value} <- {:ok, 1}, {:ok, value} ...
New
Goose97
I’m having a hard time debugging this issue related to Phoenix.PubSub on our production system. We have serveral Elixir instances but one...
New
hst337
Magic BIFs and NIFs in OTP and Elixir For the last few weeks I was working on purity and effects analyzer of Elixir and Erlang projects, ...
New
unthought
My app is currently crashing during mix release start with a very odd ecto sql exception, and I would like to verify that eg. the Applica...
New
montooner
When I use IEx.pry or a breakpoint (via :int.break()), the shell dies too quickly, and I only have ~10 seconds before I lose my session: ...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement