To supplement this, if you wanna using debugger for a mix release running in remote node, make sure:
- option
:strip_beamsisfalse - include
:debuggerin extra applications
Or, the debugger will not work as you expected.
To supplement this, if you wanna using debugger for a mix release running in remote node, make sure:
:strip_beams is false:debugger in extra applicationsOr, the debugger will not work as you expected.