Ole Christian Eidheim

Results 316 comments of Ole Christian Eidheim

I did have a go at making a hierarchy list of frame variable values, but it was sadly not trivial with liblldb. I'll probably try again though when I have...

@szymonk211 help on this issue is much appreciated. I think the first step would be to create a tree view below the directory/file view that shows the frame variables and...

This should be avoided if you use a monospace font

We do support language servers through a general language protocol client implementation. See features in README.md for instructions. But keep in mind that the language server protocol is relatively new,...

Thank you, I found the information we need by running `cmake -E server --debug --experimental` and sending the following commands: ``` [== "CMake Server" ==[ {"type":"handshake","protocolVersion":{"major":1}, "sourceDirectory":"/Users/eidheim/test/examples", "buildDirectory":"/Users/eidheim/test/examples/build"} ]== "CMake...

After some additional tests, I find the cmake-server quite slow, even though the build directory has been prepared (both `compile_commands.json` and executables present).

I agree with @milleniumbug . As long as we are using good, mature and modern libraries, dependencies should not be an issue. We will hopefully soon have a stable MSYS2...

@zalox Can we remove `logger.h`? Then both the boost-thread and boost-log dependencies are no longer needed. I never use the logger for debugging anyway, gdb/lldb is much better in my...

Splendid:) Working on this now.

Initially, I'm thinking that this is something for @zalox's python plugin system, when it is finished.