You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup: OTP 26. IntelliJ 2022.3.1 with plugins Erlang 0.11.1162 and Makefile 223.8214.6 installed
Code under preview: The test suite ct_netconfc_SUITE. It has a Makefile for building. We could run it from CLI using the command make common_test_test ARGS="-suite ct_netconfc_SUITE".
Goal: I want to debug the test suite otp\lib\common_test\test\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.
Setup: OTP 26. IntelliJ 2022.3.1 with plugins Erlang 0.11.1162 and Makefile 223.8214.6 installed
Code under preview: The test suite ct_netconfc_SUITE. It has a Makefile for building. We could run it from CLI using the command
make common_test_test ARGS="-suite ct_netconfc_SUITE"
.Goal: I want to debug the test suite otp\lib\common_test\test\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?
The page https://www.jetbrains.com/help/idea/erlang-compile-run-debug.html#erlang-run-debug-apps explained about debugging an Erlang application without using Makefile. Whereas, my application uses Makefile for building.
Installed Plugins
Debug Configurations created for the make command
Debugging command
The text was updated successfully, but these errors were encountered: