-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Description
I seem to have trouble debugging code with map literals in the source ie #{id => Root}. When I attach the debugger I am able to hit breakpoints but when I come to a source line with a map literal in it I receive an exception of
{'NYI',{map,17,
[{map_field_assoc,18,{value,18,id},{var,18,'Root'}}
...This might be the offending line (with the note about brutal kill unrecognizable expressions).
- Eclipse Neon 2
- Erlang 18.3
- Linux