Debug multiple projects in a solution at the same time

Sysprogs forums Forums VisualGDB Debug multiple projects in a solution at the same time

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36832
    Juergen
    Participant

    Hello, I recently purchased VisualGDB and am currently trying to debug multiple projects in a solution at the same time. How can I do this? Visual Studio itself offers this feature, as you can see in the screenshot.

    Background: I want to write an SPI master-slave application with a shared library, but when I do that, I can only debug one application at a time and not both at the same time. Is the only option to use them in two different solutions, but then I can’t use a shared library?

    Attachments:
    You must be logged in to view attached files.
    #36840
    support
    Keymaster

    Hi,

    Sorry, due to several complications in the way VS handles debugger interfaces, VisualGDB only supports debugging one application at the same time.

    If you would like to debug 2 applications simultaneously, you would need to run 2 separate Visual Studio instances having 2 different solutions.

    That said, two solutions can easily reference the same static library (embedded targets do not support shared, i.e. dynamically loaded libraries anyway).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.