Skip to content

Releases: nisargjhaveri/vscode-ios-debug

v0.4.0

28 Jun 06:09
Compare
Choose a tag to compare

Added

  • Debug on local devices when VS Code is connected to Remote Development via SSH.
    • Automatically prompt to install companion and ask if local devices should be shared when running in remote.
    • List and debug on locally connected physical iOS devices without any extraneous setup
  • Add new option iosInstallApp to launch config to enable/disable installing app before launching.

Changed

  • Better error handling and logging at a few places.

v0.3.3

20 Jun 19:03
Compare
Choose a tag to compare

Changed

  • Fix attach behavior on device. Properly attach to running app when targeting a device.
  • A bunch of underlying changes and refactoring.

v0.3.2

27 Apr 06:36
Compare
Choose a tag to compare

Changed

  • Minor improvements in logging and error handling while launching Simulator

v0.3.1

04 Sep 10:37
Compare
Choose a tag to compare

Changed

  • Disable ios-debug.focusSimulator by default, since it was causing some unwanted behaviour and crashes.

v0.3.0

17 Aug 11:32
Compare
Choose a tag to compare

Added

  • Focus the simulator window automatically when attaching or continuing from breakpoints.
  • Added a configuration option ios-debug.focusSimulator to disable/enable the new focus behaviour.

v0.2.2

08 Jun 04:45
Compare
Choose a tag to compare

Added

  • Logging support for Simulator, logs now appear for simulator launches as well

Changed

  • Fix: NSLog was not appearing earlier in device launches
  • Open Simulator app when booting if not already open

Thanks @bzarco for your contributions!

v0.2.1

30 Sep 06:43
Compare
Choose a tag to compare

Added

  • Better cleanup of ios-debug debugserver instances
  • Support booted simulators with missing runtime

Changed

  • Minor fixes in logging

v0.2.0

17 Sep 11:42
Compare
Choose a tag to compare

Added

  • Add support for attach request.
  • Better logging in vscode output panel for troubleshooting.

Removed

  • Removed some undocumented commands exposed earlier.

v0.1.0

31 Aug 07:38
Compare
Choose a tag to compare

Added

  • New command: targetSdk, which returns iphoneos or iphonesimulator depending on the selected target.
  • A new sample project with vscode configuration example.

Changed

  • Update changelog
  • Update readme

v0.0.1

30 Aug 06:46
4f2d03f
Compare
Choose a tag to compare

Initial release