본문 바로가기

Debug

(3)
[c#][Linq][Entityframework] ContextSwitchDeadlock occurred ContextSwitchDeadlock occurredMessage: Managed Debugging Assistant 'ContextSwitchDeadlock' has detected a problem in 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 12.0\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\TESTWINDOW\vstest.executionengine.x86.exe'.Additional information: CLR에서 60초 동안 COM 컨텍스트 0xd58440에서 COM 컨텍스트 0xd584f8(으)로 전환하지 못했습니다. 대상 컨텍스트/아파트를 소유하는 스레드가 펌프 대기를 수행하지 않거나, Windows 메시지를 펌프..
[Ionic2][Visual Studio Code] chrome debugger setting vscode 에서 프로젝트를 열면 .vscode 폴더가 생기고 설정 파일들이 생성되는데 launch.json이 디버거 런처 관련 설정 파일입니다. 여러가지 옵션으로 디버거를 설정 할 수 있습니다. .vscode > launch.json { "name": "Launch", "type": "chrome", "request": "launch", "url": "http://localhost:8100", "port": 9223, "sourceMaps": true, "trace": true, "webRoot": "${workspaceRoot}/src" } 크롬실행 아이콘에서 우클릭 후 속성 창에서 크롬 경로에 하단의 볼드 부분을 추가해줍니다. launch.json 의 port 와 크롬 실행 옵션에 포트가 일치되어야..
react native android failed to load JS bundle errorAndroid error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start of apphttp://stackoverflow.com/questions/32572399/react-native-android-failed-to-load-js-bundlecurl bundle copyD:\dev\reactNative\AwesomeProject\android\app\src\mainmakedir /assetscurl "http://localhost:8081/index.android.bundle?platform=android" -o "android/app/src/main/assets/index.android.bun..