Skip to content

Added a setting for enabling line breakpoints#1386

Merged
vtrifonov merged 1 commit intomasterfrom
trifonov/improve-breakpoint-adding
Jun 5, 2019
Merged

Added a setting for enabling line breakpoints#1386
vtrifonov merged 1 commit intomasterfrom
trifonov/improve-breakpoint-adding

Conversation

@vtrifonov
Copy link
Copy Markdown
Contributor

@vtrifonov vtrifonov commented Jun 4, 2019

Related to #1271

A new setting in app's package.json file is added to enable line breakpoints which default value is false as calculating those breakpoints slows a lot adding breakpoints when using bundle.

{
	...
	"android": {
		...
		"enableLineBreakpoints": true
	}
}

@SvetoslavTsenov
Copy link
Copy Markdown
Contributor

test --ignore branch-tns-core-modules#androidx branch_tns_core_modules_unit_tests-android#androidx api19 api23

@SvetoslavTsenov
Copy link
Copy Markdown
Contributor

test --ignore branch_tns_core_modules#androidx branch_tns_core_modules_unit_tests-android#androidx api19 api23

@vtrifonov vtrifonov merged commit cc355eb into master Jun 5, 2019
@vtrifonov vtrifonov deleted the trifonov/improve-breakpoint-adding branch June 5, 2019 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants