This is an alpha version that comes with an incomplete set of features and has some known issues. List of features:
Overview of the features:Add Many BreakpointsSelect many lines of code and hit F9 - a breakpoint on every line selected will be added. Always Enabled BreakpointsMake some breakpoints always enabled to make sure they cannot be disabled. Display Hit Count InlineSee hit counts of all breakpoints hit inline. Set Hit Count LimitDisable a breakpoint when its hit count reaches a specified value. Focus On UsageMake lines containing usage of a variable stand out to be able to find bugs easier. Now you can use this feature also during design time. Enable Or Disable Many BreakpointsSelect many lines of code and hit Ctrl + F9 - breakpoints in these lines should be enabled/disabled. Highlighted Null ValuesSee which objects are null as you debug. Highlighted Boolean ValuesSee which booleans are true and which are false. Hit If CALLER ContainsHit a breakpoint only if the previous function's name contains or doesn't contain specified string. Create Data Breakpoint On VariableQuickly and easily create a data breakpoint on a specified variable. This feature works only with C++. Play Sound On Breakpoint Hit And Continue ExecutionMake Visual Studio play a sound when a specific breakpoint gets hit. Execute Shell Command On Breakpoint HitNow you can tell Visual Studio to execute a shell command every time a chosen breakpoint gets hit. Step Into First Control Flow ChangeStep through your code until a function gets called or returns. You can configure the extension in the Options window: You can turn every feature on and off one by one or all at once. Known issues:
Changes:Version 0.5.1 - 2/7/2018
Version 0.5 - 2/2/2018
Version 0.4.9.2 - 1/25/2018
Version 0.4.9.1 - 5/28/2017
Version 0.4.9 - 5/22/2017
Version 0.4.8.1 - 9/9/2016
Version 0.4.8 - 8/23/2016
Version 0.4.7 - 4/4/2016
Version 0.4.5.7 - 2/2/2016
Version 0.4.5.5 - 1/31/2016
Version 0.4.4 - 1/9/2016
Version 0.4.3.8 - 12/16/2015
Version 0.4.3.7 - 12/15/2015
Version 0.4.3.6 - 12/11/2015
Version 0.4.3.5 - 12/10/2015
Version 0.4.3.4 - 12/9/2015
Version 0.4.3.3 - 12/4/2015
Version 0.4.3.2 - 12/3/2015
Version 0.4.3.1 - 11/28/2015
Version 0.4.3 - 11/26/2015
Version 0.4.2.4 - 11/22/2015
Version 0.4.2.3 - 11/20/2015
Version 0.3.5.1 - 10/30/2015
Version 0.3.5 - 10/28/2015
Version 0.3.2 - 10/3/2015
Version 0.3.1.1 - 9/18/2015
Version 0.3.1 - 9/18/2015
Version 0.3 - 9/16/2015
I hope you will find DebugStudio useful and give it a try :) |