Simple And Easy jQuery Plugin To Highlight .NET Stack Effects | netStack.js

highlight-netstack-js

netStack.js is a simplified jQuery syntax that features a .NET plug-in that enables you to highlight exception information (stack trace) using your own CSS styles. How to make use of it: 1. Insert your stack hint right into a <pre> or <code> tag. <pre class=”stacktrace”> ConsoleApplication1.MyCustomException: some message …. —> System.Exception: Oh noes! at ConsoleApplication1.SomeObject.OtherMethod() … Read more