Sv: Debug facility

2018-12-07 Thread Bo Andersen
Fra: Jean-Marc Borer Sendt: 7. december 2018 11:02 Til: users@netbeans.apache.org Emne: Re: Debug facility Hi Bo, Not sure to understand what you mean by "possible to configure the setup, with a source map, so I can see which code is executed when I navigate and executes tasks in t

Re: Debug facility

2018-12-07 Thread Jean-Marc Borer
Hi Bo, Not sure to understand what you mean by "possible to configure the setup, with a source map, so I can see which code is executed when I navigate and executes tasks in the UI" There are a lot of unit test in the sources. When you provide a PR, it is obviously a very good idea to provide unit

Debug facility

2018-12-06 Thread Bo Andersen
I am trying to look at the Netbeans code here: https://github.com/apache/incubator-netbeans In our libraries we usually have a docs folder with markdown files documenting the different aspects of the code base - how is it organized, and the process of development. I am not a JAVA developer, but