Enable LinqPad to parse '\a' escape code to trigger Bell
I use the bell character for debugging as an audio watch signal (set some logical condition that returns the bell when true or place a bell character in a subroutine to see if it runs). Please add the 0x0007 code to the escape codes LinqPad recognizes.
This code is silent in LinqPad but rings the bell in VS:
Console.WriteLine("\a");
1
vote
Leland Parker
shared this idea