Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] mapped remote breakpoints working

hello all -

  good news everyone - think futurama ;) - i've figured out a way to handle the remote breakpoint mapping issues and have committed the required changes.

  i've created a path mapper that the ScriptBreakpointManager uses to reverse map the breakpoint paths based on the remoteWorkingDir that has been set right before sending them over to the engine. in some cases of embedded application debugging, it may be necessary to strip the source folders off the path as well, so an option has been added to the remote launch tab to allow for this.

  let me know if you have problems/questions!

--
-jae

Back to the top