Skip to content

Releases: dlang/visuald

Visual D v0.3.39

10 Oct 14:27
Compare
Choose a tag to compare

Changes from rc2:

  • added dmd option -vgc, removed -quiet
  • grouped some configuration options

Visual D v0.3.39 rc 2

02 Oct 19:21
Compare
Choose a tag to compare
Visual D v0.3.39 rc 2 Pre-release
Pre-release

New from rc1:

  • added @nogc attribute
  • mago win32: last statement in a line number section now assumed to be a single line

Visual D v0.3.39 rc 1

02 Oct 06:53
Compare
Choose a tag to compare
Visual D v0.3.39 rc 1 Pre-release
Pre-release

Changes since beta3:

  • mago
    • breakpoints no longer span multiple lines
    • disassembly now shows a maximum of 8 lines of source code before instruction
  • dparser updated to aBothe/D_Parser@a28aaf6

Visual D v0.3.39 beta 3

24 Aug 08:38
Compare
Choose a tag to compare
Pre-release
  • new dparser version: aBothe/D_Parser@fd2ec77
  • add option "up to date with same time" to custom build
  • target no longer rebuilt if only custom builds necessary
  • add options for -gx and -allinst
  • bugzilla 12584: fixed global options disappearing when resizing window
  • bugzilla 13360: implemented automation object methods "DTE" and "Collection"

Visual D v0.3.39 beta 2

05 Aug 20:25
Compare
Choose a tag to compare
Pre-release

Some mago fixes:

  • fix section offset/length being limited to 16-bit
  • fix reference counting for some DIA objects
  • support CV_ALLREG_VFRAME as a register (EBP/RBP)
  • Locals: only display data symbols (e.g. no typedefs)
  • 2014/8/6: fix support for VS versions 2012 and earlier
  • 2014/8/8: improve performance of binding line numbers to code location

Visual D v0.3.39 beta 1

02 Aug 13:09
Compare
Choose a tag to compare
Pre-release

Changes in this version:

  • new mago version 1.0
    • now supports debugging x64 executables
    • displays static members of classes and structs
    • fixed not closing executable file causing linker to fail when rebuilding
    • fixed breakpoints not set in all instances of a template
  • added editor margin to display coverage counters and percentage
  • support tab/indentation settings set by .editorconfig plugin
  • optlink now always called with /DELEXE to avoid keeping broken binary
  • added workaround for bad import library being passed by C/C++ projects
  • tweaked "Compile & Run" to distinguish between compile and execution errors
  • added "Compile & Debug" command
  • new dparser version: 78a007c9aaee915e2824f30c5c7293e8853343c4

Visual D v0.3.38-1

15 Apr 05:19
Compare
Choose a tag to compare

Hotfix release with mago rebuilt with the MS runtime linked statically (https://issues.dlang.org/show_bug.cgi?id=12565).

Visual D v0.3.38

12 Apr 08:40
Compare
Choose a tag to compare

No code changes from rc3.

Visual D v0.3.38 rc 3

12 Apr 08:14
Compare
Choose a tag to compare
Visual D v0.3.38 rc 3 Pre-release
Pre-release

Changes from rc2:

  • bugzilla 11898: cv2pdb: modified visualizer for void[] to also show bytes
  • bugzilla 12353: option "Show Type In Tooltip" not saved and restored across restart
  • completion: combine identically named functions
  • improved DParser interfacing, updated to dparser to aBothe/D_Parser@1bb6dc6

Visual D v0.3.38 rc 2

16 Mar 17:41
Compare
Choose a tag to compare
Visual D v0.3.38 rc 2 Pre-release
Pre-release

changes from rc1:

  • fixed selective import completion without space
  • parameter tool tips now use prototype from dparser and shows documentation
  • bugzilla 12353: option "Show Type In Tooltip" not saved and restored across restart
  • updated dparser to aBothe/D_Parser@f23d33f