Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 12, 2024
1 parent d779ac4 commit e7e8133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dockerfiles/Dockerfile.64-bit
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN if [ ! -f Makefile ]; then \
fi && \
sudo apt-get update && sudo apt-get install -y tree

ENV ERL_AFLAGS="-eval '[exit(erl_prim_loader:list_dir(filename:append(code:root_dir(), \"lib\"))) || lists:member(\"etop.erl\",erlang:system_info(emu_args))].'"
ENV ERL_AFLAGS="-eval '[begin dbg:tracer(),dbg:p(all,c),dbg:tpl(epp,expand_lib_dir,x),dbg:tpl(epp,scan_include_lib1,x),dbg:tpl(epp,enter_file2,x),dbg:tp(file,path_open,x),dbg:tp(file,open,x) end || lists:member(\"etop.erl\",erlang:system_info(emu_args))].'"

RUN V=1 MAKEFLAGS= make --debug=basic
RUN make docs DOC_TARGETS=chunks && \
Expand Down

0 comments on commit e7e8133

Please sign in to comment.