Tuesday, March 22nd, 2016 by Richie Hindle
I’m excited to announce Entrian Inline Watch 1.0 RC:
- You can now specify an alternative object display format for popup windows, which can contain newlines (using
\n
). This goes in an optional third column in the Object Display rules, and lets you do this sort of thing:
- You can now use a conditional operator with string values in an object display format, eg.
Overdrawn: {balance < 0 ? "Yes" : "No"}
(thanks, Martin).
- Referencing a non-existent member in an accessor display rule no longer causes a crash (thanks, Martin).
- Popups are now high contrast in high contrast mode.
This is the first non-Beta release of Entrian Inline Watch, meaning that the “Free during Beta”period has ended. You now get a free trial period of 30 individual days of usage, then you need to buy a license for $29 (or $24 with volume discount).
Should you feel the need to rush off and buy a license right now, the Entrian Inline Watch Online Store is open for business. 🙂
You can download 1.0 RC from the download page or the gallery.
Comments Off on Entrian Inline Watch 1.0 RC
Monday, February 15th, 2016 by Richie Hindle
I’m very pleased to annnounce Entrian Inline Watch 0.9.12, with these new features:
This new release is available from the download page or the gallery.
(Update: 0.9.13 fixes a bug in the Pinned Popups feature, which now might actually work. 🙂 )
Comments Off on Entrian Inline Watch 0.9.12 Beta: Popups and recursive formatting rules
Thursday, January 28th, 2016 by Richie Hindle
I’ve just released Entrian Inline Watch 0.9.11, with these new features:
- You can now globally control the displayed decimal places of floats and doubles:
- In your Object Display rules, you can now individually control the displayed decimal places of floats and doubles, selectively overriding the global setting. For example,
({x,.2f}, {y,.2f})
will round to two decimal places: (1.23, 4.56) Thanks, Radek and Chris.
As always, this new release is available from the download page or the gallery.
Comments Off on Entrian Inline Watch 0.9.11: Control the decimal places of floats and doubles
Monday, December 21st, 2015 by Richie Hindle
Announcing the release of Entrian Attach 1.3.3:
- Added a keystroke to enable/disable Entrian Attach without needing to launch the Configuration dialog – Ctrl+E, Ctrl+E by default (thanks, Sergei).
- The options for
w3wp.exe
and iisexpress.exe
are now correctly available when you specify a full path to the executable rather than just the name (thanks, Goran).
- Running multiple Visual Studios, each configured to attach to the same executable using different conditions, now works properly (thanks, Jason).
You can download Entrian Attach 1.3.3 from the Download page.
Comments Off on Entrian Attach 1.3.3: Bugfixes, new hotkey
Sunday, October 18th, 2015 by Richie Hindle
I’ve just released Entrian Inline Watch 0.9.5, with these fixes and features:
- Accessor Method rules are now as powerful as Object Display rules, eg.
Rect->Width()
can be defined as {right-left}
and display the calculated value (thanks, Martin).
- Increased the default size limit of values, from 15 to 20 characters.
- More compact default representation of single-value objects: {m_SomeMember=”Some string”} truncates to {“Some string”} rather than {m_SomeMe…string”}
- Fixed an intermittent startup crash when the beta expiry date had passed.
As always, this new release is available from the download page or the gallery.
Update: 0.9.6 fixes a bug whereby the crash dialog could crash. (Did I really just admit to that?)
Comments Off on Entrian Inline Watch 0.9.5: More powerful accessor display
Tuesday, October 13th, 2015 by Richie Hindle
I’m very pleased to announce Entrian Inline Watch 0.9.3, which introduces two new features:
- You can now set Object Display rules for C++ template types, for instance for
std::list
you can set up a rule like this:
std::list \{size={_Mysize}\}
to display the size of all std::list<whatever>
objects like this: {size=10} (Thanks, Martin and Daniel)
- The display of values for raw pointers in C/C++ is now optional – when there’s no Object Display rule configured for a type, and no sensible default value to display, you can choose whether to display the raw pointer value or nothing (thanks, Daniel).
Update: 0.9.4 adds C++ template support to Accessor Method rules as well as Object Display rules.
You can download the new release from the download page or the gallery.
1 Comment »
Monday, October 5th, 2015 by Richie Hindle
(If you’re new to Entrian Inline Watch, check out the intro page!)
I’m pleased to announce Entrian Inline Watch 0.9.1, which fixes the following bugs:
- Parameter values are now displayed properly for functions with a
throw()
signature (thanks, Martin).
- Where there’s no Object Display rule for a class, and the debugger’s default value looks like {ClassName}, don’t clutter the code with it (thanks, Jan and Martin).
- Commenting out a line in the Object Display settings no longer affects the layout of the columns.
You can download this new release from the download page or the gallery.
(Update: version 0.9.2 also updates the Beta expiry date. 🙂 )
Comments Off on Entrian Inline Watch 0.9.1: Less clutter, fewer bugs
Thursday, September 24th, 2015 by Richie Hindle
I’ve just released Entrian Source Search 1.5.4, which fixes a bug introduced into 1.5.3 – changing the sort order of the search results was broken. Duh. (Thanks, Martin!)
Download from the download page or the gallery.
Comments Off on Entrian Source Search 1.5.4: Sorting bug fixed
Friday, September 18th, 2015 by Richie Hindle
I’ve just published Entrian Inline Watch 0.8.9, with these enhancements:
- You can now suppress the display of values for a type, by entering a blank format for it in the Object Display settings.
- When an accessor expression like
p->get_x()
doesn’t render a value, a value is now displayed for p
(thanks, Martin).
- Values are now correctly rendered for pointers to pointers (to pointers to pointers to pointers…) (thanks, Martin).
- Fixed an intermittent crash that was due to Visual Studio firing debugger events re-entrantly (yeah, thanks, Visual Studio 🙂 )
You can download the new release from the download page or the gallery.
Comments Off on Entrian Inline Watch 0.8.9: Hide values for given types; other fixes
Saturday, September 12th, 2015 by Richie Hindle
I’m pleased to announce Entrian Inline Watch 0.8.8, with the following enhancements:
- Object expressions can now follow references, eg.
{m_x.y->z}
(thanks, Martin).
- If Inline Watch crashed, it could produce a crash report with no meaningful stack trace (thanks, Chris).
- Object expressions can now special-case
nullptr
, eg. {p_str == nullptr ? "No!" : p_str}
(thanks, Martin).
- Fixed a bug whereby in a scope with lots of variables, the last few to be evaluated might not be displayed.
- For pointers to objects, if there’s nothing meaningful to display for the object, display the pointer value rather than nothing (thanks, Martin).
- Expressions of the form
x.y - (z)
now display the value of x.y properly (thanks, Martin).
You can download the new release from the download page or the gallery.
Comments Off on Entrian Inline Watch 0.8.8: Better object expressions