vscode-titanium
vscode-titanium copied to clipboard
Error when debugging to iOS
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.:
- Create a default Alloy application
- Set a breakpoint in controllers/index.js on line 2
alert($.label.text);
- Debug the application on iOS simulator
- 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 |
Have same issue. Have re-installed all brew dependencies. get same error when using sdk 8.x.x , silent when using 9.x
This issue also occurs on Classic Titanium apps