freedib / lldbmi2

A simple MI interface to LLDB for Eclipse
Other
47 stars 16 forks source link

Need support for more command line options for debugged program #28

Closed kenroser closed 2 years ago

kenroser commented 5 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?

freedib commented 2 years ago

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.

freedib commented 2 years ago

I set it to 200 in v1.1