[haiku] Re: GSoC 2017: Introduction and alternative project suggestion

  • From: Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
  • To: haiku@xxxxxxxxxxxxx
  • Date: Fri, 3 Mar 2017 18:52:10 +0100

On Fri, Mar 03, 2017 at 05:30:02PM +0000, Joseph Calvin Hill wrote:

Hi Adrien!,

Here are the list of contributions I have made under HaikuPorts so far:

https://github.com/haikuports/haikuports/pulls?q=is%3Apr+author%3Areturn+is%3Aclosed

Thanks!

I have another question, whilst building some of Haiku's user-space 
applications, how do I get Jam to generate debugging information so it can be 
used by 'Debugger'? Whenever I start a debugging session, I just see the 
assembler output by default.

Yes. You do this by setting the debuug variable on some directory.
Create and edit build/jam/UserBuildConfig

And add lines like this to enable debugging for specific directories:
SetConfigVar DEBUG : HAIKU_TOP src kits network : 1 : global ;

(beware, spaces are important in Jam).

-- 
Adrien.

Other related posts: