Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] How to debug the dashboard?

Hi,

I am looking for a way to use a debugger in the Che Dashboard. I want to have a breakpoint in the create-project.controller.ts file [1].

My problem is that all the _javascript_ code is minified and uglified during the build into a single app.js file. So it's not possible to debug it with the Chrome Dev Tools.

I would appreciate any advice.

[1] https://github.com/eclipse/che/blob/master/dashboard/src/app/projects/create-project/create-project.controller.ts

Thanks,
Kaloyan Raev | Zend Studio Team Lead
Rogue Wave Software, Inc.
Accelerating Great Code
M +359 887 648 663
www.roguewave.com / kaloyan.raev@xxxxxxxxxxxxx


Back to the top