khalil

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Failed to execute a custom pre-debug action #36638
    khalil
    Participant

    Thanks

    in reply to: Failed to execute a custom pre-debug action #36629
    khalil
    Participant

    Update:

    After going though the git history. I found out that someone from my team has added a “PreDebugAction” in the vgdbcmake. I disabled it for now by removing that section from vgdbcmake. Can you please guide me, how can I disable it from GUI and why It was causing issues with flashing code in debug mode?

    </CustomBuild>
    <CustomDebug>
    <PreDebugActions>
    <CustomActionBase xsi:type="CommandLineAction">
    <SkipWhenRunningCommandList>false</SkipWhenRunningCommandList>
    <RemoteHost>
    <HostName>BuildMachine</HostName>
    <Transport>BuiltinShortcut</Transport>
    </RemoteHost>
    <Command>PATH-TO-EXE</Command>
    <Arguments>Arguments-to-EXE</Arguments>
    <WorkingDirectory>EXE-WorkingDir</WorkingDirectory>
    <BackgroundMode>false</BackgroundMode>
    </CustomActionBase>
    </PreDebugActions>
    <PostDebugActions />
    <DebugStopActions />
    <BreakMode>Default</BreakMode>
    <CustomBreakCommand>
    <SkipWhenRunningCommandList>false</SkipWhenRunningCommandList>
    <RemoteHost>
    <HostName>BuildMachine</HostName>
    <Transport>BuiltinShortcut</Transport>
    </RemoteHost>
    <BackgroundMode xsi:nil="true" />
    </CustomBreakCommand>
    </CustomDebug>

    in reply to: VisualGDB Unable to find BSP.cmake #36234
    khalil
    Participant

    If I place BSP.cmake by myself in <Project-Dir>build/VisualGDB/Debug/. The target is discovered and project is built successfully …

Viewing 3 posts - 1 through 3 (of 3 total)