cancel
Showing results for 
Search instead for 
Did you mean: 

In BAS Editor for javascript files, how do we find in source code , where the error is

0 Kudos

In BAS Editor for javascript files, how do we find in source code , where the error is

For eg, in the screen shot, 'Sensors.controller.js' has some error.

But the js file gets compiled and runs fine.

So this can be a missing parameter error or a low profile error.

But my question is, how do we find, what is the source for error?

Could not find in the js file, where the error is?

Is there any tool or menu option to find the reason/ source for error in js file

View Entire Topic
ohad_navon
Explorer

Hi Vikas,

You can open the Problems view from the View top menu (or CTRL+SHIRT+M). It should show the list of errors on the file. Also there should be a red marker on the right scroll-bar of the editor.

I hope this helps.

0 Kudos

Thanks Ohad