Skip to content
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

Add support to debug Pure IDE executions #3314

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Conversation

rafaelbey
Copy link
Contributor

@rafaelbey rafaelbey commented Dec 20, 2024

Front end changes: finos/legend-studio#3752

debug

@@ -81,7 +82,7 @@ public PureSession(SourceLocationConfiguration sourceLocationConfiguration, Muta

this.repos = Lists.mutable.withAll(repos).with(new WelcomeCodeStorage(Paths.get(rootPath)));

this.functionExecution = new FunctionExecutionInterpreted(VoidExecutionActivityListener.VOID_EXECUTION_ACTIVITY_LISTENER);
this.functionExecution = new FunctionExecutionInterpretedWithDebugSupport();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To disable, we just need to replace this with the old vlaue.

Copy link

github-actions bot commented Dec 20, 2024

Test Results

  1 018 files    1 018 suites   1h 42m 56s ⏱️
12 841 tests 12 732 ✔️ 109 💤 0
18 878 runs  18 769 ✔️ 109 💤 0

Results for commit 3bcd6a8.

♻️ This comment has been updated with latest results.

@rafaelbey
Copy link
Contributor Author

@aziemchawdhary-gs - would you be able to review this?

@rafaelbey rafaelbey merged commit d2e84ca into finos:master Dec 24, 2024
6 checks passed
@rafaelbey rafaelbey deleted the debug_ide branch December 24, 2024 16:52
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.

2 participants