robert engels

Results 107 comments of robert engels

I’m glad it’s working for you.

I think this is an interesting request. The underlying format doesn't allow "layer effects" - at least not how it is implemented - so the best I could do would...

Thank you for pointing that out - my old bad eyes never noticed :) It is supposed to be an 'info' button - an 'i' with a circle around it....

I added a layer information panel at the bottom of the list of layers. This should give the information if not planning on making changes.

The debug panel should work like the Node.js debug extension. The first press of STOP uses SIGINT. The second press of stop sends SIGKILL. The 'restart' command in the debug...

I believe the offending code is [here](https://github.com/microsoft/java-debug/blob/main/com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/DebugSession.java#L123) - which is in the Java debug server. This should first attempt to get the Process object, and if non-null, use process.destroy() else...

as soon as I attach with delve input no longer works in the application - the application continues to run though. makes it impossible to control the application in order...

I believe the problem comes from not processing the 'Binary Images' section in the crash file properly. For instance, in this case, the entry is: ``` 0x111401000 - 0x111406ff7 +app.seashore.MonochromePlus...

I am not really sure. I keep getting a popup message like "Element with id 17 is already registered" - which I "think" is a gradle issue - but in...