Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

31 lines (27 loc) · 1.36 KB

1.4.0

  • Fixed: Errors would be throw for identifiers containing special characters
  • Added: Config option for logging GDB communication to console for bug reporting
  • Added: Now properly supports dbg autodetect (will only be used for supported executable files)
  • Improved: Stack traces now include () after function names

1.3.0

  • Added: Passing of executable arguments (thanks to vanossj!)
  • Added: Type information for variables
  • Added: output-panel package now also installed as default

1.2.0

  • Added: Automatic installation of dbg package if not installed
  • 1.2.1

    • Fixed: Stacktrace displayed the line number twice
    • Fixed: Stack frames did not always display a file icon if a local/available file (now checks for physical file presence)
    • Fixed: stderr was not displayed in output-panel

1.1.0

  • Added: Error displaying (error position now highlighed as such and error explanation displayed)
  • 1.1.1

    • Fixed: "Interrupt" error upon pause

1.0.0

  • Initial stable release
  • 1.0.3

    • Fixed: Windows file paths were not supported
  • 1.0.2

    • Fixed: File paths with spaces did not work
  • 1.0.1

    • Fixed: Windows newlines were not properly supported (\r\n)