Event app continued (Import) Flashcards

1
Q

Question

A

Answer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is a debugger necessary in Mendix Studio Pro?

A

To verify that your app functionally behaves as expected and to find functional errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the debugger in Mendix Studio Pro allow you to do?

A

Pause the execution of your application inspect the state of app variables and understand how the microflow acts upon them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When should you use the debugger in Mendix?

A

When you are unable to find the root cause of runtime errors manually or when the outcome of microflows is different than expected

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a common scenario for using the debugger in Mendix?

A

When there are application runtime errors and it’s challenging to determine if the error is in data output or in the processing of that output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can you trace the behavior in Mendix Studio Pro when an error occurs during the processing of a web service output?

A

By adding a breakpoint at the Call Web Service activity to pause the microflow before executing the sub-microflow and then step through the remaining activities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In Mendix why would you use a conditional debugger?

A

To configure a breakpoint so that a microflow only pauses when certain conditions are met reducing the number of iterations you have to step through

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a use case for an Object Value Condition in Mendix debugging?

A

Debugging a batch process and breaking only at a certain value reducing the number of iterations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why might you use a User Value Condition in Mendix debugging?

A

To pause the microflow only when a specific user is using it recommended for debugging an application running in production to avoid pausing for other users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is one of the powerful assets of the Mendix platform in terms of debugging?

A

The ability to debug remotely connecting the debugger to instances of your application running in the Mendix Cloud or on other remote servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When might you need to use remote debugging in Mendix?

A

When running the app locally and integrations are not available testing on a test/acceptance environment with different responses or when unable to reproduce an issue locally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly