Unable to see frames while debugging..

Hello,

I am unable to see frames while i debug.

Hence, i can't see the call stack.

Can anybody suggest 'how to enable frames'?

Thanks,
Vijay Bhore

0
10 comments

Hi.

Do you mean you have no Frames panel visible? If so, please, try Restore Layout button on Debug tool window toolbar. Does it help?

Regards,
Alexander.

0
Avatar
Permanently deleted user

I am facing an issue that when debugging the code, it is not stooping at break points.. Also in the Debug window there are no frames listed down.. what would be the solution for this? 

0

Could you please provide more information about your project? Do you get any warnings/errors in the output?

0
Avatar
Permanently deleted user

I have overridden the JAVA_OPTS in Startup/Connection. That's why it didn't work. I sorted that out. thanks

0

I am having the same issue that originated this thread. I have not touched "JAVA_OPTS".    Can anyone advise?

 

 

 

0
Avatar
Yaroslav Bedrov

Hello,

Please check if there are any errors in idea.log ("Help | Show Log in...").

0

I am finally getting back to this. Tight deadlines... had to revert to devtools for debugging.   Before i include the log, allow me to mention that I CAN see the stack trace on my mac... exact same application being debugged.   The screenshot above is from my windows 10 machine which I have to remote to and use because of working from home during COVID. That said,  Here's what I expect to be the relevant message from the log (more from me after log...).

2020-07-14 07:20:58,219 [ 394893] ERROR - pplication.impl.LaterInvocator - Illegal char <<> at index 91: C:/workspaces/DevMain/decision-builder-app/build/info/resources\/SASDecisionManager_erjess/<unknown>/sap/ui/base/EventProvider.js
java.nio.file.InvalidPathException: Illegal char <<> at index 91: C:/workspaces/DevMain/decision-builder-app/build/info/resources\/SASDecisionManager_erjess/<unknown>/sap/ui/base/EventProvider.js
at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:229)
at java.base/java.nio.file.Path.of(Path.java:147)
at java.base/java.nio.file.Paths.get(Paths.java:69)
at org.jetbrains.builtInWebServer.WebServerPathToFileManagerKt$RELATIVE_PATH_RESOLVER$1.resolve(WebServerPathToFileManager.kt:172)
at org.jetbrains.builtInWebServer.FileResolver$DefaultImpls.resolve$default(WebServerPathToFileManager.kt:161)
at org.jetbrains.builtInWebServer.DefaultWebServerRootsProviderKt$findByRelativePath$1.invoke(DefaultWebServerRootsProvider.kt:239)
at org.jetbrains.builtInWebServer.DefaultWebServerRootsProviderKt$findByRelativePath$1.invoke(DefaultWebServerRootsProvider.kt)
at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:172)
at org.jetbrains.builtInWebServer.DefaultWebServerRootsProviderKt.findByRelativePath(DefaultWebServerRootsProvider.kt:239)
at org.jetbrains.builtInWebServer.DefaultWebServerRootsProviderKt.access$findByRelativePath(DefaultWebServerRootsProvider.kt:1)
at org.jetbrains.builtInWebServer.DefaultWebServerRootsProvider.resolve(DefaultWebServerRootsProvider.kt:71)
at org.jetbrains.builtInWebServer.WebServerPathToFileManager$doFindByRelativePath$result$1.invoke(WebServerPathToFileManager.kt:150)
at org.jetbrains.builtInWebServer.WebServerPathToFileManager$doFindByRelativePath$result$1.invoke(WebServerPathToFileManager.kt:34)
at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:172)
at org.jetbrains.builtInWebServer.WebServerPathToFileManager.doFindByRelativePath$intellij_platform_builtInServer_impl(WebServerPathToFileManager.kt:150)
at org.jetbrains.builtInWebServer.WebServerPathToFileManager.getPathInfo(WebServerPathToFileManager.kt:123)
at org.jetbrains.builtInWebServer.WebServerPathToFileManager.findVirtualFile(WebServerPathToFileManager.kt:112)
at org.jetbrains.builtInWebServer.WebServerPathToFileManager.findVirtualFile$default(WebServerPathToFileManager.kt:111)
at com.intellij.javascript.debugger.DebuggableFileFinderImpl.findFileByAuthority(DebuggableFileFinderImpl.kt:95)
at com.intellij.javascript.debugger.DebuggableFileFinderImpl.findFile(DebuggableFileFinderImpl.kt:90)
at com.intellij.javascript.debugger.RemoteDebuggingFileFinder.guessFile(RemoteDebuggingFileFinder.kt:51)
at com.intellij.javascript.debugger.JSCachingFileFinder$findFile$2.invoke(JSCachingFileFinder.kt:34)
at com.intellij.javascript.debugger.JSCachingFileFinder$findFile$2.invoke(JSCachingFileFinder.kt:17)
at com.intellij.javascript.debugger.locationResolving.JSFileUrlMappings.findFile(JSFileUrlMappings.kt:39)
at com.intellij.javascript.debugger.JSCachingFileFinder.findFile(JSCachingFileFinder.kt:27)
at com.intellij.javascript.debugger.JavaScriptDebugProcess.findFile(JavaScriptDebugProcess.kt:388)
at com.intellij.javascript.debugger.JavaScriptDebugProcess.findFile(JavaScriptDebugProcess.kt:632)
at com.intellij.javascript.debugger.JavaScriptDebugProcess.findFileOrCreateVm(JavaScriptDebugProcess.kt:689)
at com.intellij.javascript.debugger.JavaScriptDebugProcess.getSourceInfo(JavaScriptDebugProcess.kt:635)
at com.intellij.javascript.debugger.JavaScriptDebuggerViewSupport.getSourceInfo(JavaScriptDebuggerViewSupport.kt:156)
at com.intellij.javascript.debugger.JavaScriptDebuggerViewSupport.getSourceInfo(JavaScriptDebuggerViewSupport.kt:150)
at org.jetbrains.debugger.ExecutionStackView$computeStackFrames$$inlined$onSuccess$1.accept(SuspendContext.kt:92)
at org.jetbrains.debugger.ContextDependentAsyncResultConsumer.accept(SuspendContext.kt:52)
at org.jetbrains.concurrency.DonePromise.onSuccess(promise.kt:348)
at org.jetbrains.concurrency.DonePromise.onSuccess(promise.kt:317)
at org.jetbrains.debugger.ExecutionStackView.computeStackFrames(SuspendContextView.kt:240)
at com.intellij.xdebugger.impl.frame.XFramesView$StackFramesListBuilder.start(XFramesView.java:520)
at com.intellij.xdebugger.impl.frame.XFramesView.updateFrames(XFramesView.java:384)
at com.intellij.xdebugger.impl.frame.XFramesView.lambda$processSessionEvent$2(XFramesView.java:327)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:310)
at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:80)
at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:128)
at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:46)
at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:184)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:974)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:847)
at com.intellij.ide.IdeEventQueue.lambda$null$8(IdeEventQueue.java:449)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:741)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:496)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
2020-07-14 07:20:58,219 [ 394893] ERROR - pplication.impl.LaterInvocator - IntelliJ IDEA 2020.1.3 Build #IU-201.8538.31
2020-07-14 07:20:58,219 [ 394893] ERROR - pplication.impl.LaterInvocator - JDK: 11.0.7; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-07-14 07:20:58,219 [ 394893] ERROR - pplication.impl.LaterInvocator - OS: Windows 10

When we serve javascript from our midtier, we insert an encrypted string in the path for security reasons.  I cannot explain it any more than that, but perhaps this picture will help.  Notice .../resources/<ugly encryption>/sas...  

 

 

any help you can offer is appreciated.

0

my issue is fixed with latest update.  THANK YOU!!

1

Please sign in to leave a comment.