You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove legacy io_request handlers
we don't support OTP < R15B
* rescue MatchError in :int calls
Fixes#455
* make output device better conform to erlang I/O protocol
see https://erlang.org/doc/apps/stdlib/io_protocol.html for details
* return WireProtocol.send error to the caller
no need to IO.warn if write fails
* we are redirection stderr to stdout, use stdout as underlying device
* inspect error
* monitor debugged processes
add test for mix task exit
Fixes#454
* avoid debugger crashes when handling requests for no longer existing thread, frame and variable ids
Fixes#452
* add test
* forbid changes of underlying device opts
* refactor and add tests coverage to invalid requests
* Map.pop! is available since elixir 1.10
* run formatter
0 commit comments