console.log('initialize');
try
{
throw "breakPoint";
}
catch(err)
{}
when I debug the extjs, the ext loader usually make the debuging breakpoints lost. I use the previous code segment to interrupt the program where I want it stop.
2022-10-24 14:42:17
console.log('initialize');
try
{
throw "breakPoint";
}
catch(err)
{}
when I debug the extjs, the ext loader usually make the debuging breakpoints lost. I use the previous code segment to interrupt the program where I want it stop.