Can't start to debug an app in any IDE

Wusiki Jeronii wusikijeronii at gmail.com
Sat Sep 21 22:30:42 UTC 2019


On Saturday, 21 September 2019 at 22:17:49 UTC, WebFreak001 wrote:
> On Saturday, 21 September 2019 at 22:13:59 UTC, Wusiki Jeronii 
> wrote:
>> On Saturday, 21 September 2019 at 10:47:23 UTC, WebFreak001 
>> wrote:
>>> [...]
>>
>> [...]
>> What's the right path for dub.json?
>
> I think all paths should work but I would always call it 
> exactly the same as the executable. So helloworld.exe + 
> helloworld.pdb
>
> GDB/LLDB/vscppdbg will automagically find the pdb when you just 
> specify the exe.

My structure: (VS Code)
main.d
main.exe
main.obj
main.pdb
"main.exe" is the target. Before it worked so. I also tried to 
add workspaceRoot but it didn't help.


More information about the Digitalmars-d-ide mailing list