Re: Dexed can be used to debug program that are not written in D

2021-09-06 Thread Basile B. via Digitalmars-d-debugger
On Wednesday, 1 September 2021 at 17:08:30 UTC, Imperatorn wrote: On Friday, 27 August 2021 at 17:34:34 UTC, Basile B. wrote: Select a custom executable, that's been compiled with dwarf info (e.g -g). this custom executable has not to be related to the focused project. [...] Cool. Great

Re: Dexed can be used to debug program that are not written in D

2021-09-01 Thread Imperatorn via Digitalmars-d-debugger
On Friday, 27 August 2021 at 17:34:34 UTC, Basile B. wrote: Select a custom executable, that's been compiled with dwarf info (e.g -g). this custom executable has not to be related to the focused project. [...] Cool. Great job

Dexed can be used to debug program that are not written in D

2021-08-27 Thread Basile B. via Digitalmars-d-debugger
Select a custom executable, that's been compiled with dwarf info (e.g -g). this custom executable has not to be related to the focused project. ![](https://i.imgur.com/6XCONPS.png) it even has not to be written in D. For example here I debug an obscure program written using an obscure