나의 개발일지

ASP.NET Core MVC 에서 script 디버깅 안보일때 본문

어플리케이션/.Net

ASP.NET Core MVC 에서 script 디버깅 안보일때

인공지능싱글톤 2023. 10. 18. 09:42

'//# sourceURL=이름' 형식으로 작성

<script type="text/javascript">
    
    script code
    
    //# sourceURL=debugScript
</script>