You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, using these parameters will result in an error (CDT's commit id is cf4df31):
-i .\examples\Kettle.obj -o .\examples\Kettle_compiled.obj -t 0.05 -pm off -c 4 -pr 50 -s 1234
In addition, I found that setting breakpoints on the code of COACD is always ineffective when using VS or Rider on Windows. (breakpoints cannot be hit in the code of the submodule or CoACD itself.)
If someone encounters a similar problem, I would really appreciate it if they could reply.
The text was updated successfully, but these errors were encountered:
RelWutgDebInfo mode can hit breakpoints succesfully, but it needs to be added within the settings of the additional options in main and coacd subprojects with the /bigobj flag.
Zeppelin5
changed the title
For certain parameters of example objs, there may be assert in the C++ Windows compiled version.
For certain parameters of example objs, there may be assert failed in the C++ Windows compiled version.
Jan 23, 2024
For example, using these parameters will result in an error (CDT's commit id is cf4df31):
-i .\examples\Kettle.obj -o .\examples\Kettle_compiled.obj -t 0.05 -pm off -c 4 -pr 50 -s 1234
In addition, I found that setting breakpoints on the code of COACD is always ineffective when using VS or Rider on Windows. (breakpoints cannot be hit in the code of the submodule or CoACD itself.)
If someone encounters a similar problem, I would really appreciate it if they could reply.
The text was updated successfully, but these errors were encountered: