- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have a fresh compiled project which I run with Inspector with max details possible.
Very ofter when it finds (strange looking issues) it points to very useless lines in code.
Sometimes it is a bracket and sometimes it is a comment line.
The source code used is not modified during the process. So it is always the same source when compiling and when memory checking.
How can I fix this issue?
Regards,
Samuel
Very ofter when it finds (strange looking issues) it points to very useless lines in code.
Sometimes it is a bracket and sometimes it is a comment line.
The source code used is not modified during the process. So it is always the same source when compiling and when memory checking.
How can I fix this issue?
Regards,
Samuel
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Sounds like a problem with the debug information. What compiler and linker are you using and did you enable full debug info?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Sorry, I was in a hurry and forgot those infos.
I am on Visual Studio 2008 with VC++ native compiler with full debug info enabled
Samuel
I am on Visual Studio 2008 with VC++ native compiler with full debug info enabled
Samuel
