Laszlo I. Etesi
Laszlo I. Etesi
We have a huge legacy IDL library where most objects have been written with "get" and "set" as accessors and mutators. To stay consistent with that notation, it would be...
IDLdoc 3.5.1 will properly detect the fields "data" and "some_field". However, I'd like not only to see that "some_field" is "0L", but that "some_field" is set to "10L" (see second...
On Windows, the config parameter 'eurekaj.proxy.scriptpath' doesn't accept backslashes (it simply ignores the file path). ``` [incorrect] eurekaj.proxy.scriptpath=D:\my\path\to\btrace-output [accepted] eurekaj.proxy.scriptpath=D:/my/path/to/btrace-output ```