Setup: OTP 26. IntelliJ 2022.3.1 with plugins Erlang 0.11.1162 and Makefile 223.8214.6
Code under preview: The test suite ct_netconfc_SUITE. We could run it from CLI using the command make common_test_test ARGS="-suite ct_netconfc_SUITE"
.
Goal: I want to debug test suite ct_netconfc_SUITE.
I have set breakpoints in the code. I have created a configuration using Run-->Edit Configurations
for the make
command specified above. I tried to debug using Run-->Debug-->Makefile-->Run
. It successfully runs the configuration. But it did not stop at the breakpoint.
How to stop at the breakpoint?
Other than IntelliJ, what are the other options to debug an Erlang application with Makefile?
Installed Plugins
Debug Configurations created for the make command
Debugging command