is the mbed-tls framework not supported by VisualGDB or the current mbed-bsp (5.4.2R2)?
I tried to implement a project I used with anoter IDE into VisualStudio 2017 with VisualGDB, but couldn’t find a option to enable the mbed-tls framework.
It would be easy to just reference the necessary folders from your bsp where the headers/sources for the tls are present, but I think it would be best to use a build-in option, if available.
It is not directly supported yet. The mechanism used by our BSP generator does not report it as a separate framework, so VisualGDB does not show it in the list. We may fix this in the next release, although currently the easiest way to get it to work is simply add the sources to the project manually.
If it already had been part of the BSP but I just faild to see so, I would ahve used the “built-in” support, instead of unnecessarily cluttering the Project-Folder.