tagged [symbols]

Regex to remove letters, symbols except numbers

Regex to remove letters, symbols except numbers How can you remove letters, symbols such as `∞§¶•ªºº«≥≤÷` but leaving plain numbers 0-9, I want to be able to not allow letters or certain symbols in an...

11 Jul at 11:20

Should I compile release builds with debug info as "full" or "pdb-only"?

Should I compile release builds with debug info as "full" or "pdb-only"? In Visual Studio for a C# project, if you go to Project Properties > Build > Advanced > Debug Info you have three options: `non...

How to change facet labels?

How to change facet labels? I have used the following `ggplot` command: to produce ![alt text](https://imgur.com/lXK7C.png) I'd like to change the

11 Apr at 12:40

How do I create and use a symbol server?

How do I create and use a symbol server? I created a powershell script that gets all the pdb files from the drop location after the build is set to release and copies them to a folder that is shared o...

6 Apr at 11:56

What do directory names like D0C3BDDD4ADD4E87B2B5E803303B8D772 in Visual Studio symbol cache mean?

What do directory names like D0C3BDDD4ADD4E87B2B5E803303B8D772 in Visual Studio symbol cache mean? I have a symbol cache directory set to `D:\symbols` in Visual Studio options: ![Options](https://i.st...

Enums in Javascript with ES6

Enums in Javascript with ES6 I'm rebuilding an old Java project in Javascript, and realized that there's no good way to do enums in JS. The best I can come up with is: The `const` keeps `Colors` from ...

Do not show file paths of build machine in stack trace

Do not show file paths of build machine in stack trace I am currently developing a C# application which has got it's own logging. When exceptions are thrown, the exception is saved into a list which c...

#if DEBUG vs if (env.IsDevelopment())

#if DEBUG vs if (env.IsDevelopment()) It seems that [Preprocessor Directives](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-if) (`#if DEBUG`) ...

12 Feb at 20:57

Prevent loading symbols in VisualStudio

Prevent loading symbols in VisualStudio I am using Visual Studio 2015. I want to prevent symbols loading for all the core dlls like System.Net, System.Web etc..., I just want to load symbols only for ...

Visual Studio loading symbols

Visual Studio loading symbols I'm working on a [ColdFusion](http://en.wikipedia.org/wiki/ColdFusion) project for a while now, and Visual Studio started to behave strange for me at least. I observed th...