Sysprogs forums › Forums › VisualGDB › Non-virtual folders
This topic contains 4 replies, has 2 voices, and was last updated by boazmetry 4 months, 3 weeks ago.
-
AuthorPosts
-
July 21, 2022 at 15:40 #32856
Is it possible to create non-virtual tree/directories/folders (like normal Visual studio) and not virtual rather then the work of creating both every time?
July 21, 2022 at 20:08 #32857Unfortunately, it is hard to suggest anything specific based on the description you provided, as VisualGDB supports many different project types and configurations.
In order for us to provide any help with this, we need to know the exact configuration you have.
Please provide complete and detailed steps showing how you configure your project:- The steps should begin with launching Visual Studio. They should include every step necessary to create the project from scratch.
- The steps should include uncropped screenshots of all wizard pages, VisualGDB Project Properties pages involved in creating the project.
- Please describe the exact behavior you would like to achieve (e.g. some items appear in Solution Explorer in certain order) based on the previously provided steps, so that we can point out the relevant settings.
You can read more about the best way to report VisualGDB issues in our problem reporting guidelines.
It also looks like your support period has expired, so we would kindly ask you to renew it here: https://sysprogs.com/splm/mykey
September 18, 2022 at 08:02 #33210Hi,
Support renewed.
I’m trying to import a project (STM32, C code, new project made with STM Mx) with folders tree already made. The problem that visual-gdb (unlike STM Ide for example) doesn’t build the tree inside the solution explorer of visual studio.
In this case I have to build a new tree made of virtual folders inside visual studio/visual gdb. I prefer to work with “real” folders rather than virtual folders inside visual studio (as original visual studio projects).
For example on STM32 IDE when you import a folder it creates the whole folders tree structure inside the IDE project.
September 18, 2022 at 09:15 #33211Hi,
VisualGDB does support grouping of source files by folders and it is enabled by default for many project types.
If it’s not working, please do provide the steps and screenshots we requested. We will not be able to help you unless you do so because we do not know what you are doing and why it is not working.
September 18, 2022 at 15:38 #33212I understand. I’ll make the screenshots.
I actually used your step by step tutorial for STM32CubeMX (without the FreeRTOS): https://visualgdb.com/tutorials/arm/stm32/cube/
Then right click the base folder on solution explorer and select “Add->Import folder recursively”, then select the folder and the files are added without the folders structure on the solution explorer.
-
AuthorPosts
You must be logged in to reply to this topic.