Загрузка видео...
Не удалось загрузить видео
I was just testing out Elixir 1.17’s new test breakpoints to verify that my test setup was actually doing what I thought 😅 Happy to report they’re 🤩 Just run your tests in `iex` with the `-b` flag! 👇 🔗 #MyElixirStatus
11,051 просмотров • 1 год назад •via X (Twitter)
Комментарии: 5

And if you’d like these tips directly in your inbox 📪 you can sign up for the Elixir Streams newsletter! 👇 #MyElixirStatus

I was scared to raise my prices So instead of assuming, I ran a test: Original price $599 Test 1 $1800 Test 2 $2500 Test 3 $5000+ The result? Not JUST more revenue, but better & happier clients too Never assume you know your market's limits Test them

cool stuff... this only works for tests or can be used for normal code as well? if works with normal code as well, how do we specify breakpoints?

What I showed is for tests. But if you want to do it outside of that, take a look at You can pry into modules from iex. Might have to make a video for that 🤔

will we wver get the ability to step into functions? /cc @josevalim


