Skip to content

Releases: nisargjhaveri/vscode-android-debug

v0.1.5

01 Dec 08:20

Choose a tag to compare

  • Use system simpleperf for API level 29 and above
  • Reverse sort ndk versions when trying to automatically detect ndk root

v0.1.4

20 Sep 13:18

Choose a tag to compare

  • Break on art_sigsegv_fault and art_sigbus_fault explicitly. Fix debugger detaching on crash without breaking. (#18)

v0.1.3

31 Mar 19:33

Choose a tag to compare

  • Add recordAdditionalArgs option to profiler configuration to allow passing additional arguments to simpleperf record.
  • Bump a few dependencies based on npm audit.

v0.1.2

18 Nov 19:27

Choose a tag to compare

  • Handle case when simpleperf exists on its own before stopping profiler
  • Minor: Add sampled events in profile info

v0.1.1

17 Nov 19:43

Choose a tag to compare

  • Add options to specify events to sample and sampling frequency to profiler.
  • Ignore missing symbol search paths while symbolicating profiles

v0.1.0

14 Nov 17:40

Choose a tag to compare

  • Add command to resume process waiting for debugger
  • Fix invalid emulators listed in target picker
  • Add experimental support for CPU profiling using simpleperf and Firefox Profiler as interface.

v0.0.10

14 Aug 17:04

Choose a tag to compare

  • Minor fixes and upgrade to some dependencies.
  • Ignore SIGBUS in native debugging to better align with Android Studio.

v0.0.9

29 Feb 06:15

Choose a tag to compare

  • Breaking: mode now defaults to java instead of native if not specified.
  • Add option to install apk while by specifying apkPath option for launch requests.
  • Ignore SIGSEGV in native debugging to be compatible with Android Studio.
  • Fix lldb-server path in NDK 26.

v0.0.8

27 Aug 18:04

Choose a tag to compare

  • Fix start lldb server phase, which was failing due to an incorrect path

v0.0.7

24 Aug 10:02

Choose a tag to compare

  • Support ANDROID_NDK_ROOT environment variable to specify ndk root