Dirk MG Seynhaeve

Results 37 comments of Dirk MG Seynhaeve

I recall the same problem when using Perl 5.8.8. But can't you engage with a newer version, just for debugging purposes?

I have the same problem... I have it for both local and remote sessions. I have started to work around the problem (those unverified breakpoints don't work), by placing ```perl...

I think that the default setting for `sessions` is set to `single`. If any other program tries to hook up to the debugger server, than the server will error out...

You can solve this by turning on autoflush: ```perl BEGIN{ $| = 1; } ``` It would be nice if the debugger just did this by default, but it isn't...

My breakpoints are also ignored: The break points in the main file work just fine, but the breakpoints in other files are ignored. As a work around, there are two...

I am not sure if the title reflects the problem illustrated. However, I seem to have the same problem, debugging a set of local Perl files: My breakpoints turn grey...

Thanks for identifying my "Turn Bookmarks into Sticky Notes" as a duplicate of this request. I like the mockup/functional description, although I think some clarification would be helpful: * Is...

I'm in the middle of reviewing 20000 lines of code, where a pretty drastic overhaul will be required... I started off putting my notes in OneNote, but quickly found that...

I'm not sure what the original intention for this issue was, but I was about to request this feature: When hovering over a bookmark in the code margin, the label...

That's really a pity (no API to get information from objects in the gutter). Since breakpoints already do this, it must be easy for Microsoft to create an API for...