tagged [symbols]
C# and ASP.NET MVC: Using #if directive in a view
C# and ASP.NET MVC: Using #if directive in a view I've got a conditional compilation symbol I'm using called "RELEASE", that I indicated in my project's properties in Visual Studio. I want some partic...
- Modified
- 1 Jun at 15:46
How to create symbols for multi-project Nuget package?
How to create symbols for multi-project Nuget package? So I'm really struggling to figure this out. I have a solution with a few projects, say, A, B, and C. A references and uses B and C (both project...
- Modified
- 25 Sep at 09:44
Debug Symbols not loading
Debug Symbols not loading I am trying to configure visual studio to enable me to step into the .net framework source code when I am debugging. I have tried with both Visual Web-Developer-Express-2010 ...
- Modified
- 21 Mar at 17:18
Undefined Symbols for architecture x86_64: Compiling problems
Undefined Symbols for architecture x86_64: Compiling problems So I am trying to start an assignment, my professor gives us a Main.cpp, Main.h, Scanner.cpp, Scanner.h, and some other utilities. My job ...
- Modified
- 11 Sep at 21:49
Getting Symbols from debugged process MainModule
Getting Symbols from debugged process MainModule I started writing a debugger in C#, to debug any process on my operating system. For now, it only can handle breakpoints (HW, SW, and Memory), but now ...
- Modified
- 11 Aug at 05:29
Reference Guide: What does this symbol mean in PHP? (PHP Syntax)
Reference Guide: What does this symbol mean in PHP? (PHP Syntax) ### What is this? This is a collection of questions that come up every now and then about syntax in PHP. This is also a Community Wiki,...