Forum member
carlosirna
17 posts
Posts by carlosirna
-
NCrunch internal error: ArgumentOutOfRangeException: Arrays bigger than 2GB are not supported
Hi, I did have a custom flag that forced DebugType=full (probably was there for some workaround suggested for some previous issue, now solved). I removed it and now it builds correctly.
13 Jun 2025 06:41 UTC
-
NCrunch internal error: ArgumentOutOfRangeException: Arrays bigger than 2GB are not supported
Don't know how I managed to get into this problem, but I get this error when ncrunch tries to rebuild one of the projects in my solution... [code=csharp]NCrunch has encountered an internal error: System.ArgumentOutOfRangeException: Le matrici maggiori di 2 GB non sono supportate. Nome param…
12 Jun 2025 16:20 UTC
-
Breakpoints not working properly
I forced "DebugType = full" with a custom property for the entire solution. this solves the wrong source file issue... but still, as you said, I have that weird behavior with awaits... I guess I'll have to cope with it for the moment Thank You!
07 Jul 2024 10:19 UTC
-
"NCrunch Configuration" window scrollbars issues
Hi, I have a quite large solution loaded in Visual Studio and the scrollbar in the upper grid in the "NCrunch Configuration" window is behaving oddly. This is the window fully expanded in order to make all the projects visible (sorry, it's quite big, you need a 4K display with 100% scaling to see…
07 Jul 2024 08:52 UTC
-
Breakpoints not working properly
Ok, I was sure I could add attachments to bug reports sent from tools->nCrunch->submit bug report.. maybe I was wrong or this isn't possible any more with the recent update.. anyway, you can download the logs from here: https://drive.google.com/file/d/1RTNY43kVTykMj0EU2ag_0OF5v3NZoSFN/view?us…
05 Jul 2024 13:21 UTC
-
Breakpoints not working properly
[quote=Remco;17469]Thanks for these extra details. Could you please try building using the legacy non-portable PDBs? This will then take the instrumentation through a very different path and would help to establish if this problem is being caused by something odd with the PDBs themselves. [/quo…
05 Jul 2024 13:08 UTC
-
the "NCrunc Tests" toolbar contains too much stuff: make it more usable for narrower layouts
[i]I think I made this suggestion while you were in the process of moving back the suggestions in this forum, since I wasn't able to find my original post[/i] Ok, The point is that I keep the NCrunch test window docked to the left side of NCrunch. it looks like this: [img=https://i.imgur.com/R…
05 Jul 2024 12:33 UTC
-
Breakpoints not working properly
Hi, sorry for the delay, it has been a busy week... [quote=Remco;17443]Thanks this really helps a great deal. A couple more things worth trying that may help narrow it down: - I'm not sure if Legacy PDBs work for the version of .NET you're using, but if they do, can you try turning them on for …
03 Jul 2024 11:21 UTC
-
Breakpoints not working properly
[quote=Remco;17441] Are you still experiencing issues with missing code coverage for this particular project? [/quote] Hi, I have no problems with code coverage; I correctly see the "dots" in the source code being tested: [img=https://i.imgur.com/xYZYEZd.png]Code coverage is working[/img] …
26 Jun 2024 07:07 UTC
-
Breakpoints not working properly
[quote=Remco;17439][quote=carlosirna;17438] Could this give some problems to NCrunch engine? [/quote] Yes, this is highly likely to cause problems. If the .cs files are being excluded from MSBuild, then NCrunch won't detect them. Perhaps they are somehow being pushed into the compiler separ…
25 Jun 2024 12:30 UTC
-
Breakpoints not working properly
I have noticed that there it seems to be only one project in the solution for which breakpoints (and "step into") do not work... too bad it's the biggest project. A odd thing in this project is that the .csproj file still references some folders that have been removed/renamed. It still compiles, …
25 Jun 2024 10:27 UTC
-
Breakpoints not working properly
Well, I did try to create a brand new solution but I wasn't able to reproduce the error. I will try to remove stuff from the solution causing the problem in order to get something more manageable.
25 Jun 2024 07:15 UTC
-
Breakpoints not working properly
[quote=Remco;17425]Thanks for sending through the report. Could you try the following? - Enable 'Just my code' in your debug settings to see if this helps with your debug stability - Close down all open instances of VS, then delete the contents of the NCrunch cache directory (usually .NCrunch…
24 Jun 2024 10:10 UTC
-
Breakpoints not working properly
Hi today I have no access to that PC, but for the moment I can guarantee that the ncrunch cache directory was totally empty: I keep it inside a volatile ramdisk (I use https://sourceforge.net/projects/imdisk-toolkit/) and the pc had been just turned on just to send you those logs. I will get back w…
20 Jun 2024 07:50 UTC
-
Breakpoints not working properly
Hi, just submitted a bug report (titled 'Bugreport for "Breakpoints not working properly"). P.S: the issue is happening on the development machine I have at home (I sent the bug report from that machine using a remote connection). Today I am at my workplace and here I don't see it happening
19 Jun 2024 13:46 UTC
-
Breakpoints not working properly
Hi, I have switched to another git branch (probably with a different ncrunch configuration) and things have become a even weirder: Tests are correctly run, but I don't see any ncrunch "dot" indicator near the code being executed, for example see this screenshot: [img]https://i.imgur.com/D6ruX…
18 Jun 2024 12:39 UTC
-
Breakpoints not working properly
Today I updated both nCrunch and visual studio to the latest versions. Now there are some pieces of code where adding a breakpoint simply does nothing: the test runs until de end without stopping inside the function being called. So, out of desperation, I did put a breakpoint for every single …
17 Jun 2024 15:47 UTC