Skip to content

fix: debugging clients are now able to debug with debug-brk #4465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 22, 2019

Conversation

DimitarTachev
Copy link
Contributor

PR Checklist

What is the current behavior?

When we try to get debug socket in tns debug ios --debug-brk, an additional app start is resuming the app and we are not able to debug the app start.

What is the new behavior?

We are making an additional app start call only during LiveSync.

When we try to get debug socket in (tns debug ios --debug-brk), the additional app start is resuming the app and we are not able to debug the app start.
@ghost ghost assigned DimitarTachev Mar 22, 2019
@ghost ghost added the new PR label Mar 22, 2019
@cla-bot cla-bot bot added the cla: yes label Mar 22, 2019
@@ -106,7 +106,7 @@ declare module Mobile {
}

interface IiOSDevice extends IDevice {
getDebugSocket(appId: string, projectName: string): Promise<any>;
getDebugSocket(appId: string, projectName: string, ensureAppStarted?: boolean): Promise<any>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boolean variable passed as param??? 🙀

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its a temp flag till 5.3.1 -> #4466

@miroslavaivanova miroslavaivanova self-requested a review March 22, 2019 14:30
@DimitarTachev DimitarTachev merged commit 1519b2e into release Mar 22, 2019
@DimitarTachev DimitarTachev deleted the tachev/fix-debug-brk branch March 22, 2019 14:31
@ghost ghost removed the new PR label Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants