I'm using Segger Release 4.30c.
It's difficult to describe what I'm seeing , however it's certainly making our code unreadable.
I'm setting values inside prj.conf such as CONFIG_GPS_CONTROL_FIRST_FIX_CHECK_DELAY within our GPS code.
Whilst using v1.0.0 of the SDK if I rolled the mouse over the value mentioned above I would see the actual value assigned to it.
When using v1.1.0 of the SDK nothing shows up.
In addition other values set inside kconfig inside ncs/nrf/drivers/nrf9160_gps seem to also be ignored which means that it is difficult to set MAGPIO inside nrf9160_gps.c when referring to the value CONFIG_NRF9160_GPS_SET_MAGPIO
Also printk statements that are "greyed out" in the code actually appear when the code is running....
So...the project is all screwed up.
Oh dear...
Oh and if I load or try to Configure nrf Connect SDK project within Segger and then click on menuconfig
I'm shown Unable to parse json string
Any help would be great please