Closed kenroser closed 2 years ago
If I debug a program and pass more than 20 command line options, only the first 20 make it to the program being debugged.
I fixed this in my copy of the source by changing MAX_ARGS in engine.h from 20 to 100. Can this change be made in the official version?
Hello. Are you still using lldbmi2? Yes I will update the official version soon. I'm porting it to Linux and refreshing the installation procedure.
I set it to 200 in v1.1
If I debug a program and pass more than 20 command line options, only the first 20 make it to the program being debugged.
I fixed this in my copy of the source by changing MAX_ARGS in engine.h from 20 to 100. Can this change be made in the official version?