premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

Visual Studio "Previous IPDB not found, fall back to full compilation."

Open Codinablack opened this issue 3 months ago • 3 comments

Before opening a new issue, please use the issue search feature to see if a similar issue already exists. If not, please help us help you by filling in the template below.

What are you trying to do? I am trying to generate a visual studio project solution, that when used, can properly find the "previous ipdb".

What problem are you having? The project solution when ran never finds the previously compiled ipdb, and therefore does a completely full compilation again.

What have you tried so far? I have tried changing debugformat values, as well as various flags and options. I have also tried directing the visual studio solution through premake to the location of the ipdb.

What version of Premake are you using? I am using Dev Branch, compiled on my own.

Anything else we should know? I have tried changing settings manually in the visual studio project without luck.

Here is my premake script. premake5.txt

Codinablack avatar Apr 16 '24 03:04 Codinablack