Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit 53bff94

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 3096de2 + 0c82a94 commit 53bff94

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
## [v1.0.0-alpha.2](https://github.com/paxtonhare/marklogic-debugger/tree/v1.0.0-alpha.2) (2017-02-09)
4+
[Full Changelog](https://github.com/paxtonhare/marklogic-debugger/compare/1.0.0-alpha.1...v1.0.0-alpha.2)
5+
6+
**Closed issues:**
7+
8+
- add ability to toggle or remove breakpoints [\#7](https://github.com/paxtonhare/marklogic-debugger/issues/7)
9+
- README points to a different project [\#6](https://github.com/paxtonhare/marklogic-debugger/issues/6)
10+
- ability to read files off filesystem [\#5](https://github.com/paxtonhare/marklogic-debugger/issues/5)
11+
- Need a "didn't authenticate" message [\#4](https://github.com/paxtonhare/marklogic-debugger/issues/4)
12+
- fix breakpoints [\#2](https://github.com/paxtonhare/marklogic-debugger/issues/2)
13+
- Consistent highlighting [\#1](https://github.com/paxtonhare/marklogic-debugger/issues/1)
14+
15+
## [1.0.0-alpha.1](https://github.com/paxtonhare/marklogic-debugger/tree/1.0.0-alpha.1) (2017-02-02)
16+
17+
18+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# MarklogicDebugger
1+
# Marklogic Debugger
22

3-
A stand alone debugger for MarkLogic Server. Simply download the war and run it. Then point to your MarkLogic Server and start debugging.
3+
A stand alone debugger for MarkLogic Server. Simply download the war and run it. Then point to your MarkLogic Server and start debugging. Nothing gets installed in MarkLogic.
4+
5+
**_Should_** work with all versions of MarkLogic. Tested with 7, 8, and 9.
46

57
## Using It
68

@@ -12,6 +14,16 @@ Run it with:
1214

1315
Open your browser to [http://localhost:8080](http://localhost:8080)
1416

17+
##### Changing the port
18+
19+
Want to use a port other than 8080? Run it like this:
20+
21+
`java -jar marklogic-debugger.war --server.port=8090`
22+
23+
### Known Issues
24+
25+
Doesn't play well with Safari. Use Chrome or FireFox. Not tested in IE.
26+
1527
## Building From Source
1628

1729
Want to contribute? Perhaps you just want to poke the code?

0 commit comments

Comments
 (0)