mago-mi: Mago debugger GDB MI compatible interface

2016-05-13 Thread Vadim Lopatin via Digitalmars-d-debugger
Hello, I'm working on GDB MI compatible interface for Mago debugger. My fork of Mago: https://github.com/buggins/mago mago-mi project is here: https://github.com/buggins/mago/tree/master/MagoMI/mago-mi Once ready, I'm planning to use it in DlangIDE under Windows. I hope some day it may be us

Re: mago-mi: Mago debugger GDB MI compatible interface

2016-05-16 Thread Vadim Lopatin via Digitalmars-d-debugger
On Friday, 13 May 2016 at 15:28:55 UTC, Vadim Lopatin wrote: Hello, I'm working on GDB MI compatible interface for Mago debugger. My fork of Mago: https://github.com/buggins/mago mago-mi project is here: https://github.com/buggins/mago/tree/master/MagoMI/mago-mi Once ready, I'm planning to

Re: mago-mi: Mago debugger GDB MI compatible interface

2016-05-17 Thread Vadim Lopatin via Digitalmars-d-debugger
On Monday, 16 May 2016 at 20:49:41 UTC, Vadim Lopatin wrote: On Friday, 13 May 2016 at 15:28:55 UTC, Vadim Lopatin wrote: Hello, I'm working on GDB MI compatible interface for Mago debugger. My fork of Mago: https://github.com/buggins/mago mago-mi project is here: https://github.com/buggins

Re: mago-mi: Mago debugger GDB MI compatible interface

2016-05-22 Thread WebFreak001 via Digitalmars-d-debugger
On Friday, 13 May 2016 at 15:28:55 UTC, Vadim Lopatin wrote: Hello, I'm working on GDB MI compatible interface for Mago debugger. ... Once ready, I'm planning to use it in DlangIDE under Windows. I hope some day it may be used instead of gdb and llvm-mi under Windows by other IDEs which are

Re: mago-mi: Mago debugger GDB MI compatible interface

2016-05-22 Thread Vadim Lopatin via Digitalmars-d-debugger
On Sunday, 22 May 2016 at 13:09:56 UTC, WebFreak001 wrote: On Friday, 13 May 2016 at 15:28:55 UTC, Vadim Lopatin wrote: Hello, I'm working on GDB MI compatible interface for Mago debugger. ... Once ready, I'm planning to use it in DlangIDE under Windows. I hope some day it may be used inste

Re: mago-mi: Mago debugger GDB MI compatible interface

2016-05-23 Thread Vadim Lopatin via Digitalmars-d-debugger
On Friday, 13 May 2016 at 15:28:55 UTC, Vadim Lopatin wrote: Hello, I'm working on GDB MI compatible interface for Mago debugger. My fork of Mago: https://github.com/buggins/mago mago-mi v0.2.1 is released. Precompiled binaries are available in DlangIDE release bundle. https://github.com/bu

Re: mago-mi: Mago debugger GDB MI compatible interface

2016-07-02 Thread WebFreak001 via Digitalmars-d-debugger
On Sunday, 22 May 2016 at 14:30:43 UTC, Vadim Lopatin wrote: On Sunday, 22 May 2016 at 13:09:56 UTC, WebFreak001 wrote: On Friday, 13 May 2016 at 15:28:55 UTC, Vadim Lopatin wrote: [...] ... [...] Thanks, I will add it to code-debug so Windows users can also debug their D programs in vis

Re: mago-mi: Mago debugger GDB MI compatible interface

2016-07-04 Thread Vadim Lopatin via Digitalmars-d-debugger
On Saturday, 2 July 2016 at 21:50:13 UTC, WebFreak001 wrote: ok I finally added mago-mi to code-debug. Now you can install the extension in visual studio code by typing `ext install Mago` into the Ctrl-P dialog. Great. Debug variables are not fully supported yet - it's impossible to expand s