When I have a big package, I cannot compile it with the debug option: Add debug information when compiling, because It has the error: program too large.
However, when I remove "add debug information" option I can compile it correctly, but I cannot see debug information when debugging.
Can we avoid this? I mean, I want to see the debug information and compile the package. Is this possible?
However, when I remove "add debug information" option I can compile it correctly, but I cannot see debug information when debugging.
Can we avoid this? I mean, I want to see the debug information and compile the package. Is this possible?