묻고 답해요
141만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결
에픽런처 버전 언리얼 에디터 엔진 에디터 디버그
런처버전 언리얼 엔진을 이용 중이지만 엔진 소스와 디버깅을 위한 편집기 기호는 설치를 했습니다. 그래서 엔진 쪽 코드가 디버깅 되긴 되는데 최적화되어 정보가 안 나오거나 건너뛰는 부분이 있습니다. VS에서 DebugGame Editor 모드로 하고 있습니다. 엔진 코드도 최적화 없이 디버깅 하려면 깃허브 버전 엔진을 설치, 빌드해서 사용할 수 밖에 없는 건가요????
-
해결됨Next.js 시작하기(feat. 지도 서비스 개발)
vscode 모노레포 디버깅 셋팅
공식문서에 vscode 디버깅 셋팅은 나와잇지만모노레포인 경우의 디버깅 셋팅은 알려주지 않고잇습니다.모노레포인 경우 공식문서대로 셋팅하면 안되더라고요이 문제를 해결하기 위해vscode 공식문서 - 없음next.js 공식문서 - 없음github에서 next.js 프로젝트 찾아서 디버깅 셋팅되잇는지 하나하나 살펴봄 - 20개 정도 찾아봣지만 못찾음오픈채팅방 - 답변받지 못함stack overflow - 못찾음몇몇 외국인에게 직접적인 도움 요청- 본인도 모르니 알게되면 알려달라는 답변모노레포에서 디버깅 셋팅이 가능한지 알고싶습니다또 webstorm에서는 모노레포 next.js 사용시풀스택 디버깅이 가능한지 알고싶습니다.
-
미해결스프링 시큐리티 OAuth2
정수원님이 기술을 학습하시는 방법이 궁금합니다
안녕하세요 정수원님 우선 좋은 강의 만들어주셔서 감사합니다.강의와는 조금 다른 질문이지만 듣다보니 궁금한점이 생겨서 질문드립니다.예를 들어 Spring Security를 처음 학습하신다고 하면 어떤식으로 학습하시고, 내부구조를 디버깅해보시는지 궁금합니다.강좌에서보면 특정 클래스들에 break point를 걸고 디버깅하시는 모습을 보여주십니다.하지만 처음 Spring Security를 학습한다고 가정하면 어떤 클래스들이 핵심 역할을 하는지 파악하기 힘들것 같다고 느껴졌습니다. 개인적인 생각으로는 2가지 방법을 생각해 보았습니다.Spring Security Docs를 보고 주요 클래스들을 파악해본다WebMvcAutoConfiguration, SecurityAutoConfiguration등 클래스 하위로 파악해나간다 이에 대해 수원님은 어떤 방식으로 접근하시는지 궁금해서 질문 드립니다
-
미해결스프링 시큐리티
디버깅 오류 관련 질문 드립니다.
안녕하세요 최근에 수강 시작한 비전공자 학생입니다! 상세히 설명해주셔서 잘 따라가며 듣고있습니다! 그런데 아주 기초적인 부분에서 안되는 부분이 있어서 질문드립니다. 디버깅이 익숙치 않아서 그부분에서 조금 애를 먹고 그냥 코드만 일일이 따라가며 보고있었는데요. 직접 디버깅하며 봐야 더 잘 이해가 갈 것 같아서요.. 제가 디버깅을 돌리면 아래와 같이 오류가 뜨고 실행버튼 옆에 있는 디버그 버튼을 눌러서 실행하면 http = null로 나와서 연결되는것 같지 않더라구요. 실제로 breakpoint 걸었던 부분에 대한 내용도 안뜨구요. /Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home/jre/bin/java -cp "/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home/lib/tools.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home/lib/sa-jdi.jar:/Applications/IntelliJ IDEA.app/Contents/plugins/java/lib/sa-jdwp-1.15.jar" com.jetbrains.sa.SaJdwpAttachingServer 3411 Cheryls-MacBook-Pro.local:53406 ERROR: attach: task_for_pid(3411) failed: '(os/kern) failure' (5) Exception in thread "main" sun.jvm.hotspot.debugger.DebuggerException: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process. Could be caused by an incorrect pid or lack of privileges. at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$BsdDebuggerLocalWorkerThread.execute(BsdDebuggerLocal.java:169) at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.attach(BsdDebuggerLocal.java:287) at sun.jvm.hotspot.HotSpotAgent.attachDebugger(HotSpotAgent.java:671) at sun.jvm.hotspot.HotSpotAgent.setupDebuggerDarwin(HotSpotAgent.java:659) at sun.jvm.hotspot.HotSpotAgent.setupDebugger(HotSpotAgent.java:341) at sun.jvm.hotspot.HotSpotAgent.go(HotSpotAgent.java:304) at sun.jvm.hotspot.HotSpotAgent.attach(HotSpotAgent.java:140) at com.jetbrains.sa.jdi.VirtualMachineImpl.createVirtualMachineForPID(VirtualMachineImpl.java:159) at com.jetbrains.sa.SaJdwpUtils.createVirtualMachine(SaJdwpUtils.java:29) at com.jetbrains.sa.SaJdwpAttachingServer.main(SaJdwpAttachingServer.java:38) Caused by: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process. Could be caused by an incorrect pid or lack of privileges. at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.attach0(Native Method) at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.access$100(BsdDebuggerLocal.java:65) at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask.doit(BsdDebuggerLocal.java:278) at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$BsdDebuggerLocalWorkerThread.run(BsdDebuggerLocal.java:144) /usr/bin/osascript -e "tell current application activate do shell script quoted form of \"/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home/jre/bin/java\" & \" \" & quoted form of \"-cp\" & \" \" & quoted form of \"/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home/lib/tools.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home/lib/sa-jdi.jar:/Applications/IntelliJ IDEA.app/Contents/plugins/java/lib/sa-jdwp-1.15.jar\" & \" \" & quoted form of \"com.jetbrains.sa.SaJdwpAttachingServer\" & \" \" & quoted form of \"3411\" & \" \" & quoted form of \"Cheryls-MacBook-Pro.local:53406\" with prompt \"Please enter your password to attach with su privileges: \" with administrator privileges without altering line endings end tell" 40:721: execution error: ERROR: attach: task_for_pid(3411) failed: '(os/kern) failure' (5) Exception in thread "main" sun.jvm.hotspot.debugger.DebuggerException: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process. Could be caused by an incorrect pid or lack of privileges. at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$BsdDebuggerLocalWorkerThread.execute(BsdDebuggerLocal.java:169) at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.attach(BsdDebuggerLocal.java:287) at sun.jvm.hotspot.HotSpotAgent.attachDebugger(HotSpotAgent.java:671) at sun.jvm.hotspot.HotSpotAgent.setupDebuggerDarwin(HotSpotAgent.java:659) at sun.jvm.hotspot.HotSpotAgent.setupDebugger(HotSpotAgent.java:341) at sun.jvm.hotspot.HotSpotAgent.go(HotSpotAgent.java:304) at sun.jvm.hotspot.HotSpotAgent.attach(HotSpotAgent.java:140) at com.jetbrains.sa.jdi.VirtualMachineImpl.createVirtualMachineForPID(VirtualMachineImpl.java:159) at com.jetbrains.sa.SaJdwpUtils.createVirtualMachine(SaJdwpUtils.java:29) at com.jetbrains.sa.SaJdwpAttachingServer.main(SaJdwpAttachingServer.java:38) Caused by: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process. Could be caused by an incorrect pid or lack of privileges. at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.attach0(Native Method) at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.access$100(BsdDebuggerLocal.java:65) at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1AttachTask.doit(BsdDebuggerLocal.java:278) at sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$BsdDebuggerLocalWorkerThread.run(BsdDebuggerLocal.java:144) (1) 그리고 breakpoint 걸 때 class 파일이 아닌 -.java 파일에 걸어야 하는 걸로 알고 있는데 저는 필터나 어댑터 등 검색해서 찾거나 cmd + click해서 따라가면 class파일로만 나오는데 그건 왜그런 걸까요 ㅠㅠ 초보적인 질문이지만 답변주시면 많은 도움이 될 것 같습니다. 감사합니다! ------------------------아 마지막 .class -> .java 부분은 해결했습니다. 소스다운로드가 안되어 있었네요! 디펜던시 추가하고 빌드하면 자연히 다 다운로드 되는줄 알았는데.. 허허