try { throw Error("Error"); } catch (e) { debugger; } /**************************************************/ try{throw Error("Error");}catch(e){debugger;} /**************************************************/ try { throw Error( "Error" ); } catch ( e ) { debugger; }