This is a migrated thread and some comments may be shown as answers.

debugging shows partial sources

3 Answers 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Benjamin
Top achievements
Rank 1
Benjamin asked on 11 May 2015, 10:35 AM

Hello,

 While debugging only a part of my source files is shown in the left panel.

The files are added there only after their code is actually run. Further more, only page js files are shown i.e. if I use a model js file (separate models from display) these files are not shown at all and I can't debug them.

Please help,

thanks in advance!

3 Answers, 1 is accepted

Sort by
0
Accepted
Nedyalko Nikolov
Telerik team
answered on 12 May 2015, 08:34 AM
Hi,

The problem comes from the fact that debug tools optimizes some memory by not showing files that are not loaded. You can try to load modules (via require) just for the debug session.

Regards,
Nedyalko Nikolov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Benjamin
Top achievements
Rank 1
answered on 14 May 2015, 03:40 PM
Thanks Nedyalko :)
0
Benjamin
Top achievements
Rank 1
answered on 14 May 2015, 03:40 PM
Thank Nedyalko!
Tags
General Discussions
Asked by
Benjamin
Top achievements
Rank 1
Answers by
Nedyalko Nikolov
Telerik team
Benjamin
Top achievements
Rank 1
Share this question
or