rebar3_cuttlefish icon indicating copy to clipboard operation
rebar3_cuttlefish copied to clipboard

crash dump overlay

Open markusfeyh opened this issue 6 years ago • 0 comments

I am noticing that we are required to define a crash dump overlay, otherwise this issue will occur: https://github.com/tsloughter/rebar3_cuttlefish/issues/3#issuecomment-187596788

{mapping, "erlang.crash_dump", "vm_args.-env ERL_CRASH_DUMP", [                
  {default, "erl_crash.dump"},                                                               
  {datatype, file},                                                            
  hidden                                                                       
]}.    

Ideally, this is something that users of the plugin should not have to worry about, so maybe we can define a default version in the plugin and then allow the user to override.

markusfeyh avatar Sep 21 '18 18:09 markusfeyh