Skip to content

Commit

Permalink
Launch debugger start working
Browse files Browse the repository at this point in the history
  • Loading branch information
Geequlim committed Jul 25, 2020
1 parent 8ce0ba2 commit 769f2ad
Show file tree
Hide file tree
Showing 18 changed files with 880 additions and 3,283 deletions.
61 changes: 2 additions & 59 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,2 @@

## 0.35.0
* Support the 'breakpointLocations' request.
* Make 'variables' request cancelable.

## 0.34.0
* Add support for persisted data breakpoints.

## 0.33.0
* Add support for (sorted) REPL completions.

## 0.32.0
* Add support for data breakpoints.

## 0.31.0
* Added code to show how to control what debug executable is used.

## 0.30.0
* Updated dependencies.

## 0.29.0
* Move off proposed API for the EMBED_DEBUG_ADAPTER mode: embedded debug adapter now uses vscode.DebugAdapterDescriptorFactory.

## 0.28.0
* Update dependencies.

## 0.27.0
* Update dependencies.

## 0.26.0
* Improved the launch configuration snippet and added a `"stopOnEntry": true`.

## 0.25.0
* Added the `"multi-root ready"` keyword.

## 0.24.0
* Add support for starting a debug session without a launch configuration.
* Require 1.17 version of VS Code.

## 0.23.0
* Added supported for creating and deleting breakpoints from the REPL. Use `new 123` to create a breakpoint in line 123, and `del 123` to delete it.
* Use 1.24.0 version of Debug Adapter Protocol and libraries.

## 0.22.0
* Refactored the 'Mock Debugger' functionality into a separate class. This makes it more obvious how a debug adapter 'adapts' to a debugger or runtime.

## 0.21.0
* Shows the source location of log output. A `log(any text)` in the input sends the text in parenthesis to the debug console.

## 0.20.0
* Use 1.23.0 version of Debug Adapter Protocol and libraries.

## 0.19.0
* Add tslint
* Use 1.19.0 version of Debug Adapter Protocol and libraries.

## 0.18.2
* Added 'trace' attribute to launch configuration: set it to 'true' to enable logging of the Debug Adapter Protocol.

0.1.0 First pre-release
- The Debugger starting working now
1 change: 1 addition & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Copyright 2020 Geequlim
Copyright 2020 Koushik Dutta

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
Binary file added images/godot-debug-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed images/quickjs-debug-demo.png
Binary file not shown.
Loading

0 comments on commit 769f2ad

Please sign in to comment.