Adam Wulkiewicz

Results 169 comments of Adam Wulkiewicz

It seems that the conversion operator doesn't work in debugger. I can't remember if it worked in older versions of VS or that I assumed it will. E.g. for this...

Would it be possible to force b2 to only compile the sources instead of running the tests? I'm thinking about some mechanism automatically replacing `run` and `link` directive(?) with `compile`...

> Thanks (we could add a test for this situation) @barendgehrels would you prefer me to create a separate test case for user-defined types or maybe to replace BG models...

Right now the memory is not accessed directly. All of the elements of a container are parsed from strings returned by the debugger. What are you trying to visualize? How...

Because for each element of the vector custom expression is evaluated. An obvious solution is to load the memory like it is done in the extension for VS. There are...

For reference, for me loading of `std::vector` containing 1024 elements takes 7s with GDB and 10s with LLDB on Ubuntu. AFAIR with msdbg on Windows it's faster. Are the times...

Yes, this feature is missing right now (as you suggested defined as `ptr,size`), as well as visualization of two 1d containers as container of points defined as `container1;container2`.

No, I'm developing the extension in my free time and I don't have much of it right now. If you don't want to wait or doesn't have time for forking...

I'll keep it open because this should still be implemented.

@fleafffb VS extension has this implemented, though the size has to be a number and cannot be a variable. The feature you need has to be added in this extension...