Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Debug Adapter Protocol implementation for 1C:Enterprise 8

License

NotificationsYou must be signed in to change notification settings

yukon39/bsl-debug-server

Repository files navigation

This project implementsDebug Adapter Protocol for1C:Enterprise Platform debugging.

Based onEclipse LSP4J

Current DAP schema version: 1.37.0 (LSP4J 0.9.0)

How to use

Run JAR-file with parameter--dap:

java -Dfile.encoding=UTF-8 -jar bsl-debug-server.jar --dap

Use-Dfile.encoding=UTF-8 to avoid encoding problems

Provided capabilities

CapabilitySupported
BasicIn process
ConfigurationDoneRequest[х]
FunctionBreakpoints[ ]
ConditionalBreakpoints[ ]
HitConditionalBreakpoints[ ]
EvaluateForHovers[ ]
StepBack[ ]
SetVariable[ ]
RestartFrame[ ]
GotoTargetsRequest[ ]
StepInTargetsRequest[ ]
CompletionsRequest[ ]
ModulesRequest[ ]
ChecksumAlgorithms[ ]
RestartRequest[х]
ExceptionOptions[ ]
ValueFormattingOptions[ ]
ExceptionInfoRequest[ ]
TerminateDebuggee[ ]
DelayedStackTraceLoading[ ]
LoadedSourcesRequest[ ]
LogPoints[ ]
TerminateThreadsRequest[ ]
SetExpression[ ]
TerminateRequest[ ]
DataBreakpoints[ ]
ReadMemoryRequest[ ]
DisassembleRequest[ ]
CancelRequest---
BreakpointLocationsRequest[ ]

Supported Features

FeatureSupported
runInTerminal[ ]
initialize[x]
configurationDone[x]
launch[ ]
attach[х]
restart[х]
disconnect[х]
terminate[ ]
breakpointLocations[ ]
setBreakpoints[х]
setFunctionBreakpoints[ ]
setExceptionBreakpoints[ ]
dataBreakpointInfo[ ]
setDataBreakpoints[ ]
continue[х]
next[ ]
stepIn[х]
stepOut[х]
stepBack[ ]
reverseContinue[ ]
restartFrame[ ]
goto[ ]
pause[х]
stackTrace[х]
scopes[х]
variables[ ]
setVariable[ ]
source[х]
threads[х]
terminateThreads[ ]
modules[ ]
loadedSources[ ]
evaluate[ ]
setExpression[ ]
stepInTargets[ ]
gotoTargets[ ]
completions[ ]
exceptionInfo[ ]
readMemory[ ]
disassemble[ ]

[8]ページ先頭

©2009-2025 Movatter.jp