petebannister
petebannister
I'm getting a similar problem of VS freezing when clicking on a test. Which means you can't right-click to debug a test. However I am only getting this problem in...
In the cmake case, it is using gtest_discover_tests in the CMakeLists.txt and looking at the output in DebugView is like this: ``` [9008] GEMS TEST: C:/work/unit-test-example/build.vs/x64-Debug/bin/Debug/UnitTestExampleTest.exe [33708] TableControl: QueueUpdate 18/01/2022...
VS also freezes clicking on a test that using TEST instead of TEST_F (from the cmake based project).
Also would be handy to be able to put breakpoints in csx files
I managed to get a breakpoint to be hit in Visual Studio in a cshtml file. Did you install the ASP.net support via Visual Studio installer? And did you debug...
Well it looks like the build of the cshtml is optimized when looking at the Modules list in Visual Studio.. so the debugging experience is not great. Not sure if...
I can't see the optimization level being set anywhere in Statiq source code. Would be great if could run with a flag to set this. Or perhaps the --debug flag....
I've a need to build v8 for x86 + x64. I've been keeping an eye on this repo for a while as pretty fed up with GN / depot_tools breaking...
Will see what I can do - probably not until next week
This was quite a while ago now, but if IIRC, multiple files are passed to torque in one go. Perhaps this could be divided up and maybe even parallelized in...