tidev / vscode-titanium

Titanium SDK development tools and UI package for Visual Studio Code.
Apache License 2.0
38 stars 19 forks source link

Error when debugging to iOS #160

Open longton95 opened 4 years ago

longton95 commented 4 years ago

Describe the Bug

An error is thrown when a breakpoint is hit on iOS

Error

Error processing "breakpointLocations": 'Debugger.getPossibleBreakpoints' was not found: [object Object]

Steps to reproduce the bug

Steps to reproduce the behavior, e.g.:

  1. Create a default Alloy application
  2. Set a breakpoint in controllers/index.js on line 2 alert($.label.text);
  3. Debug the application on iOS simulator
  4. See error

Expected Behavior

No error to appear in the debug console

Your Environment

Software Version
Titanium SDK 8.2.1.GA
Appcelerator CLI 7.1.1
VS Code 1.40.0
vscode-titanium master branch/PR #156
rlustemberg commented 4 years ago

Have same issue. Have re-installed all brew dependencies. get same error when using sdk 8.x.x , silent when using 9.x

empiresdev commented 9 months ago

This issue also occurs on Classic Titanium apps