KalebDark / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

angle prevents Graphics Debugging in Visual Studio 2013 from debugging chromium #845

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. following 
https://sites.google.com/a/chromium.org/dev/developers/how-tos/debugging/graphic
s-debugging-in-visual-studio-2013?pli=1
2. push "Start Diagnostics" button (i.e. camera button) for content_shell debug 
build.
3. angle prevents it

What is the expected output? 
Debugging well.

What do you see instead?
Assertion failed in src/common/utilities.cpp

What version of the product are you using? On what operating system?
Windows 8.1 with Visual Studio Professional 2013 update 4

Please provide any additional information below.
For more information for DirectX Graphics Development with Visual Studio 2013, 
watch https://www.youtube.com/watch?v=j4SpasLF6Co

Original issue reported on code.google.com by dongseon...@intel.com on 2 Dec 2014 at 5:05

Attachments:

GoogleCodeExporter commented 9 years ago
Can you please reference which assertion is failing?

Original comment by shannonw...@chromium.org on 2 Dec 2014 at 5:33

GoogleCodeExporter commented 9 years ago
Sorry for noise. with --in-process-gpu of chromium command line, this assertion 
disappears.
I wanna close this issue as WontFix

Original comment by dongseon...@intel.com on 2 Dec 2014 at 5:39

GoogleCodeExporter commented 9 years ago

Original comment by shannonw...@chromium.org on 2 Dec 2014 at 5:40

GoogleCodeExporter commented 9 years ago
For reference, it was an assertion that GetTempFileNameA(path, "sh", 0, path) 
!= 0

Original comment by jmad...@chromium.org on 2 Dec 2014 at 5:41