question

asb.p avatar image
0 Likes"
asb.p asked Axel Kohonen edited

How to find the exact line number of error?

capture.jpg

While running the model due to null pointer references model is trowing exception errors in system console. While throwing errors it is not specifying line number where this error is happening.

Is there any why to find the exact line number where is error is happening?

FlexSim 17.0.11
developmentdebugging
capture.jpg (14.2 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Axel Kohonen avatar image
2 Likes"
Axel Kohonen answered Axel Kohonen edited

Hi @asb.praneeth

I am not sure if you can get a line number, but as the error comes from UserEvent1 as the error says you should be able to put a break point at the beginning of the user event and then step forward in the code until you get to the line that gives the error.

Hope this helps!

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.