blob: e9fa6282a5ccc02829966e848ddbfddff1c29d03 [file] [log] [blame]
<!--
~ Copyright 2000-2007 JetBrains s.r.o.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><body bgcolor="white">
Provides interfaces for interacting with IDEA's debugger. The main extensibility
point of the debugger is the possibility for a plugin to provide custom mapping of
positions in compiled classes to source code lines, which is mostly necessary for
JSP debugging. Such mapping is provided through the {@link PositionManager} interface.
One standard implementation of this interface for application servers compatible
with the JSR-45 specification is provided by the {@link JSR45PositionManager} class.
Another implementation of this interface, which can be used as an example for the debugger
API, is found in the Tomcat plugin.
</body></html>