Re: How do I debug externally with Visual Studio?

2019-08-17 Thread CaitlinSmith via Digitalmars-d-debugger
On Sunday, 21 October 2018 at 02:12:18 UTC, solidstate1991 wrote: I use VSCode since it has better D support, however until I make mago-mi usable (it doesn't even support all the commands currently it claims, --args seems to be completely broken) or find again a working copy of LLDB for Windows

Re: How do I debug externally with Visual Studio?

2019-03-19 Thread Kamlesh Singh Bisht via Digitalmars-d-debugger
On Sunday, 21 October 2018 at 02:12:18 UTC, solidstate1991 wrote: I use VSCode since it has better D support, however until I make mago-mi usable (it doesn't even support all the commands currently it claims, --args seems to be completely broken) or find again a working copy of LLDB for Windows

Re: How do I debug externally with Visual Studio?

2018-10-24 Thread nirmal via Digitalmars-d-debugger
On Sunday, 21 October 2018 at 16:27:24 UTC, kinke wrote: On Sunday, 21 October 2018 at 02:12:18 UTC, solidstate1991 wrote: The only way I can debug programs is to attach to them after they have started, however it's very clunky to use this way, some programs even execute too fast to do this way

Re: How do I debug externally with Visual Studio?

2018-10-21 Thread kinke via Digitalmars-d-debugger
On Sunday, 21 October 2018 at 02:12:18 UTC, solidstate1991 wrote: The only way I can debug programs is to attach to them after they have started, however it's very clunky to use this way, some programs even execute too fast to do this way. * Install VisualD (for mago). * Open/create a project

How do I debug externally with Visual Studio?

2018-10-20 Thread solidstate1991 via Digitalmars-d-debugger
I use VSCode since it has better D support, however until I make mago-mi usable (it doesn't even support all the commands currently it claims, --args seems to be completely broken) or find again a working copy of LLDB for Windows (doesn't want to compile with Mingw also being installed), I cann