Debugging a dub build

Jacob Carlborg doob at me.com
Mon Jan 21 11:47:10 UTC 2019


On 2019-01-21 12:14, Per Nordlöw wrote:
> What's the easiest way to debug a dub app build?
> 
> Is there a better way than
> 
>      dub run
> 
> followed by
> 
>      gdb run PATH_TO_APP_BINARY

No, there's nothing specific with an application built using Dub. Dub 
doesn't provide any help with debugging. Just make sure you're debugging 
a debug build.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list